0

I'm trying to figure out which database to use for a project which is supposed to implement a temporal property graph model and I am looking into some benchmarks for that. I found some papers which provided some insights and results and I also found this benchmark from TigerGraph:

https://www.tigergraph.com.cn/wp-content/uploads/2021/07/EN0302-GraphDatabase-Comparision-Benchmark-Report.pdf

Does anyone have any idea why ArangoDB is performing so poorly here ? Especially in comparison to Neo4j ?

Furthermore, any preferences regarding a NoSQL database which consistently needs to write data while answering mostly queries which result in large subtrees ?

EDIT: Also - if someone has links to other benchmarks i'd welcome that.

L.Rex
  • 101
  • 1

1 Answers1

0

Just today, a new benchmark was released. For now, there are two graph databases in it, Neo4j and Memgraph. In the blog post, there is a link to GitHub repository and the methodology. I've read the comments from Memgraph team on Twitter and they say that they would like to include other systems into benchmark.

A blog post is located at https://memgraph.com/blog/memgraph-vs-neo4j-performance-benchmark-comparison.

KWriter
  • 101
  • 2