Configure CockroachDB multi-region table locality for low-latency global reads

domain: cockroachlabs.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Add regions to your database: `ALTER DATABASE mydb ADD REGION 'us-east1'; ADD REGION 'eu-west1';` — regions must match the cluster's node regions.
  2. Set the primary region: `ALTER DATABASE mydb SET PRIMARY REGION 'us-east1';`.
  3. For tables with a clear home region, use REGIONAL BY ROW: add a `crdb_region` column and `ALTER TABLE mytable SET LOCALITY REGIONAL BY ROW AS crdb_region;`.
  4. For globally shared reference tables, use: `ALTER TABLE config SET LOCALITY GLOBAL;` — reads are served locally in all regions.
  5. Verify placement with `SHOW CREATE TABLE mytable;` and use `EXPLAIN` on queries to confirm reads are served locally.

Known gotchas

Related routes

Constrain CockroachDB replica placement for a table using zone configuration
cockroachlabs.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans