Y
Hacker News
new
|
ask
|
show
|
jobs
by
tofuahdude
1318 days ago
We benchmarked all 3; redisgraph was fastest by far.
3 comments
bayesian_horse
1318 days ago
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.
link
gkorland
1316 days ago
Regarding query facilities RedisGraph supports Cypher
link
bryanrasmussen
1318 days ago
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.
link
anentropic
1318 days ago
it's an in-memory graph, I'd kind of expect it to be faster than the others
link
tluyben2
1318 days ago
Thanks, will try it soon.
link