Comment on Apache AGE, a PostgreSQL extension with graph database functionalityparentComments−tofuahdude3yWe benchmarked all 3; redisgraph was fastest by far.−bayesian_horse3yDownside is it's harder to keep all data in memory and Redis has less sophisticated query facilities. Not sure how AGE stacks up in that regard, especially interesting would be joining graph data and non-graph data.−gkorland3yRegarding query facilities RedisGraph supports Cypher−bryanrasmussen3yOk, but on what metrics? I don't mean I disbelieve, I would just like to know that it was fastest on the things I might care about.−anentropic3yit's an in-memory graph, I'd kind of expect it to be faster than the others−tluyben23yThanks, will try it soon.
Comments
We benchmarked all 3; redisgraph was fastest by far.
Downside is it's harder to keep all data in memory and Redis has less sophisticated query facilities. Not sure how AGE stacks up in that regard, especially interesting would be joining graph data and non-graph data.
Regarding query facilities RedisGraph supports Cypher
Ok, but on what metrics? I don't mean I disbelieve, I would just like to know that it was fastest on the things I might care about.
it's an in-memory graph, I'd kind of expect it to be faster than the others
Thanks, will try it soon.