RedisGraph limits

Hello evryone,

Is there a limit on a number of nodes and relationships into a node that can be declared in Redis Graph ?

I think there is no limit, but I want to confirm.

Hey Norma,

You can have up to 2^64 nodes and 2^64 relationships; RedisGraph doesn’t introduce any further limits (that’s just the maximum value of an 8-byte unsigned integer, which is how we store the IDs for these entities).