Replication is important in distributed databases. The cockroachDB uses minimum of three node quorum to establish replication in clusters. A single-node cluster is not appropriate for use in production or for performance testing. To run a multi-node cluster with replicated data for availability, consistency and resiliency, including load balancing across multiple nodes, use cockroach start and cockroach init to start a multi-node cluster with a minimum of three nodes instead.
Category: CockroachDB
CockroachDB is a source-available distributed SQL database management system developed by Cockroach Labs