5

The Neo4J site states that the community version of Neo4J has a limit in the graph size, but does not state the limit of the community version.

https://neo4j.com/editions/

What is the size limit of the community version?

MDCCL
  • 8,530
  • 3
  • 32
  • 63
adamM
  • 151
  • 1
  • 4

2 Answers2

5

I contacted uk@neo4j.com to ask for clarification and the answer they gave is that:

There is a limit on node count and relationship count of 34Bn each

and

The 34bn limit doesn't apply to Neo4j Enterprise

The release announcement for 3.0 mentions a 34bn limit that no longer applies:

Dynamic pointer compression expands Neo4j’s available address space as needed, making it possible to store graphs of any size. That’s right: no more 34 billion node limits!

So my guess is that 'Dynamic pointer compression' is an Enterprise Edition feature.

Jack Douglas
  • 40,517
  • 16
  • 106
  • 178
-1

From version 3.x.x there's not node limit for the graph. For more reference you can go through this reference saying

Dynamic pointer compression expands Neo4j’s available address space as needed, making it possible to store graphs of any size. That’s right: no more 34 billion node limits!

currently we have billions of nodes in our servers with size upto TBs. It has been tested.

Hope this helps!