4 ms·
Anyone had any practical experience with this? I'm somewhat skeptical of the practicality of a graph database backed by a network-connected datastore (as disti
by Fenn 15y ago
Anyone had any practical experience with this?
I'm somewhat skeptical of the practicality of a graph database backed by a network-connected datastore (as distinct from a graph database exposed over a network interface, ie: neo4j) due to the inevitable latency when traversing the graph.
Also the practicality of scale-out using an ostensibly sharded datastore (cassandra) for a structure that's notoriously difficult to shard meaningfully (graph).
- rjurney 15y agoIt's going to be slow for global algorithms in large graphs, and fast for local traversals in any graph. Which is the best you can hope for, and they're probably close to the state of the art at doing both in one DB.