RedisGraph:基于 GraphBLAS 的图数据库
数据库
2019-12-03 v1 性能
摘要
RedisGraph 是由 Redis Labs 开发的 Redis 模块,用于为 Redis 数据库添加图数据库功能。RedisGraph 将连通数据表示为邻接矩阵。通过将数据表示为稀疏矩阵并运用 GraphBLAS(一个高度优化的稀疏矩阵运算库)的能力,RedisGraph 提供了一种快速高效的存储、管理和处理图的方式。初步基准测试表明,RedisGraph 明显快于可比较的图数据库。
引用
@article{arxiv.1905.01294,
title = {RedisGraph GraphBLAS Enabled Graph Database},
author = {Pieter Cailliau and Tim Davis and Vijay Gadepally and Jeremy Kepner and Roi Lipman and Jeffrey Lovitz and Keren Ouaknine},
journal= {arXiv preprint arXiv:1905.01294},
year = {2019}
}
备注
Accepted to IEEE IPDPS 2019 GrAPL workshop