Hacker News new | ask | show | jobs
by tofuahdude 1318 days ago
We benchmarked all 3; redisgraph was fastest by far.
3 comments

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.