Skip to content

multi-tenancy in memgraph #927

Open
Open
@ramesh0279

Description

@ramesh0279

We currently use neo4j and the way we achieve horizontal scalability for our multi-tenant cluster is by

  1. creating a database per tenant.
  2. We have 2 sets of 3 node clusters. Each 3 node cluster supports 100 tenants.
  3. With the 2 sets, we support 200 tenants.
  4. Both the 3 node cluster talk to each other and support implicit routing.
  5. Our Java clients talk to only one host address and neo4j takes care of the routing across the 2 sets of nodes.
  6. Is this supported by memgraph? I could not find this in the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions