Cluster Monitor: Difference between revisions

From MemCP
Jump to navigation Jump to search
(Created page with "The cluster monitor lets you scale out MemCP over multiple nodes. Here is what you can achieve: * '''Multiple users''': each user has his own database * '''One big user''': Big tables are spread over multiple nodes * A mixture of both variants Each database and each shard (the piece where a part of a table's data is stored) can be placed either: * '''COLD''': only in storage backend * '''SHARED''': read-only on multiple nodes (e.g. the access table) * '''WRITE''': exc...")
(No difference)

Revision as of 20:50, 31 August 2025

The cluster monitor lets you scale out MemCP over multiple nodes. Here is what you can achieve:

  • Multiple users: each user has his own database
  • One big user: Big tables are spread over multiple nodes
  • A mixture of both variants

Each database and each shard (the piece where a part of a table's data is stored) can be placed either:

  • COLD: only in storage backend
  • SHARED: read-only on multiple nodes (e.g. the access table)
  • WRITE: exclusively on one node