/plushcap/analysis/cockroach-labs/intro-to-multi-region-distributed-sql-topologies

Intro to Multi-Region Distributed SQL Topologies

What's this blog post about?

CockroachDB is a distributed SQL database that offers users the ability to optimize for low latency or resilience. Data topology patterns are crucial in multi-region deployments, as they map the shape of a cluster and determine how data is replicated and geographically distributed across nodes. There are three common topology patterns: Follow the Workload (default pattern), Geo-Partitioned Replicas, and Geo-Partitioned Leaseholders. Each pattern has different survivability capabilities and can be chosen based on specific latency and resilience requirements.

Company
Cockroach Labs

Date published
Oct. 21, 2020

Author(s)
Charlotte Dillon

Word count
1578

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.