Maximum number of edges on a single node

I haven’t been able to find a clear answer on this question.

In the use-case we are thinking of, a node may have a few million edges pointing to it, but I believe we’d also add @reverse to those edges to make them bidirectional.

Is there a known or theoretical limit to the number of edges you can have to or from a node?

1 Like

There’s no limit on how many different types of edges(predicates) you can have but you theoretically you can have 2^64 number of edges of same type from a single node.

OK thanks, looking forward to putting this idea to use!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.