DEV Community

Cover image for FalkorDB vs Neo4j: Graph Database Performance Benchmarks
Dan Shalev
Dan Shalev

Posted on

FalkorDB vs Neo4j: Graph Database Performance Benchmarks

Image description

New performance benchmarks results demonstrate FalkorDB’s significant performance advantages in aggregate expansion operations compared to Neo4j.

The data reveals consistent sub-140ms response times at p99, while Neo4j experiences multi-second latencies under similar conditions.

  • The benchmark is composed of 11 templated queries, which represent a general usage of classic graph operations.
  • Latency is measured from client initial request and up to the receive and parse of the result-set.
  • The queries are chosen randomly so the read/write ratio should be about the same as the ratio between read and write queries in the templates. 82% Read 18% Write.

Review the benchmarks

Top comments (0)