Simplified Deployment
Deploying and maintaining databases has forever been a difficult and expensive prospect. Simplicity is one of our foremost design goals. CockroachDB is self contained and eschews external dependencies. There are no explicit roles like masters, slaves, primaries, or secondaries to get in the way. Instead, every CockroachDB node is symmetric and equally important, meaning no single points of failure in the architecture.
- No external dependencies
- Self-organizes using gossip network
- Dead-simple configuration without “knobs”
- Symmetric nodes are ideally suited to container-based deployments
- Every node provides access to centralized admin console
当前内容版权归 cockroachlabs.com 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 cockroachlabs.com .