|
|
|
|
|
by lumost
1832 days ago
|
|
At the end of the day Neo4J needs to operate a query planner on top of a relatively standard index structure to present the graph abstraction. There is limited difference between Neo4j's planner and what could be planned from SQL. GraphDBs make more sense when there is strong evidence that either the natural description of the program is a graph or that the underlying storage engine can efficiently model the graph. So far no GraphDB has demonstrated either statements as true for the majority of problems. |
|