DZone

The requirement for real-time data updating and querying increases continuously as the data size is surging. Under such a case, Neo4j is sure to fall behind. Since the single-host Neo4j Community version doesn’t support scale-up, the linear scalability and read/write splitting is not possible. Besides, there are data size limitations for the community version, too. To make things worse, there is the leader node writing performance bottleneck for the causal cluster provided by the Neo4j Enterprise version.

Compared with Neo4j, Nebula Graph features in single leader host writing and read/write scalability owing to its shared-nothing distributed architecture. In fact, Nebula Graph is doing a perfect job with super large data contains hundreds of billions of vertices and edges.

Source: DZone