英文:
Storing technique of Redis Graph
问题
Could anyone please let me know how RedisGraph internally stores Nodes and Edges. Would be great if someone helps. Thank you!
I tried searching about the storage technique but I just got one clue that it uses sparse adjacency matrix which is not sufficient for me. I need to know details about this.
英文:
could anyone please let me know how RedisGraph internally stores Nodes and Edges. Would be great if someone helps. Thank you!
I tried searching about the storage technique but I just got one clue that it uses sparse adjacency matrix which not sufficient for me. I need to know details about this.
答案1
得分: 1
节点和关系(边)确实是使用稀疏邻接矩阵存储的。您需要哪些详细信息?
英文:
Nodes and Relations (Edges) are indeed stored using sparse adjacency matrices. What details do you need?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论