Distributed Transactions

CockroachDB distributes transactions across your cluster, whether it’s a few servers in a single location or many servers across multiple datacenters. Unlike with sharded setups, you do not need to know the precise location of data; you just talk to any node in your cluster and CockroachDB gets your transaction to the right place seamlessly. Distributed transactions proceed without downtime or additional latency while rebalancing is underway. You can even move tables – or entire databases – between data centers or cloud infrastructure providers while the cluster is under load.

  • Easily build consistent applications
  • Optimistic concurrency with distributed deadlock detection
  • Serializable isolation level
    Distributed transactions in CockroachDB

See also

Was this page helpful?
YesNo