RedisGraph - Graph Size Limits

Hello,

I saw a post on the forum that graph sharding is not currently supported in RedisGraph. If that is the case, then what is the largest graph size that is supported?

Thanks

Hi,

RedisGraph was tested with Graph with billions of edges (including the Twitter graph), memory wise it’s officially supports up to 250GB. How big is your graph?

To give others concerned about memory usage perspective of RedisGraph:
Graph with 48244 nodes
and 9059724 edges (vertices)
takes 3.57 GB RAM.

Do you have attributes on the node or edges?