Mohammad Kermani
Mohammad Kermani

Reputation: 5396

What is NEO4J most number of nodes we can have in NEO4J?

I was in a page in NEO4J website about Capabilities capacity

And it that page it says:

In Neo4j, data size is mainly limited by the address space of the primary keys for Nodes, Relationships, Properties and RelationshipTypes. Currently, the address space is as follows: nodes

And it says nodes: 2^23 (~34 billion) and relationships: 2^23 (~34 billion)

So, did I understand it correctly that we just can have 34 billions nodes or relationships?

Upvotes: 3

Views: 6432

Answers (1)

Brian Underwood
Brian Underwood

Reputation: 10856

Not in Neo4j 3.0:

http://neo4j.com/blog/neo4j-3-0-massive-scale-developer-productivity/

"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!"

Upvotes: 4

Related Questions