I'm designing a solution that uses ArangoDB and will need to have single Edge Collections that connect to between 5 and 200 Vertex Collections.
Each Vertex Collection will have between 1 and 180 Edge Collections bound to them.
Each Edge Collection will have a Graph object created for it.
I'm new to ArangoDB and am interested if there are some key performance impacts that I need to be aware of.
Server hardware shouldn't be a problem, as it would be possible to utilise larger server instances on cloud providers.
I'm more interested in the performance of ArangoDB with Edge Collections referencing so many shared Vertex Collections, as well as any other issues aren't so obvious.
The current version of ArangoDB I'm using is 2.8.2.
Thanks!