Re: [Neo4j] Internal Data Strcture for Storing Graph

2014-05-10 Thread Michael Hunger
You find some information on neo4j.org/develop/internals e.g. the blog series from Chris Gioran. It uses adjacency lists of relationships per direction and type. But you can also just look at the code. Michael Am 23.04.2014 um 05:45 schrieb Alireza Rezaei Mahdiraji : > > Hi All, > > I am l

[Neo4j] Internal Data Strcture for Storing Graph

2014-04-23 Thread Alireza Rezaei Mahdiraji
Hi All, I am looking to find out how Neo4j internally stores graphs, e.g., does it use an adjacency list or matrix or ...? Is there any benchmark which shows what data structure is the best for graphs? Thanks, Best, Alireza -- You received this message because you are subscribed to the Go