Open
Description
We currently use neo4j and the way we achieve horizontal scalability for our multi-tenant cluster is by
- creating a database per tenant.
- We have 2 sets of 3 node clusters. Each 3 node cluster supports 100 tenants.
- With the 2 sets, we support 200 tenants.
- Both the 3 node cluster talk to each other and support implicit routing.
- Our Java clients talk to only one host address and neo4j takes care of the routing across the 2 sets of nodes.
- Is this supported by memgraph? I could not find this in the documentation.
Metadata
Metadata
Assignees
Labels
No labels