CockroachDB Cloud Pricing, Features & Alternatives
Distributed SQL That Survives Anything
CockroachDB Cloud Overview
CockroachDB Cloud Information Resource Links
What is CockroachDB Cloud?
CockroachDB Cloud is the managed version of CockroachDB, a distributed SQL database built by Cockroach Labs (founded 2015 by ex-Google engineers Spencer Kimball, Peter Mattis, and Ben Darnell). It speaks the PostgreSQL wire protocol but uses its own distributed architecture for horizontal scaling and survivability — it can keep running through node, zone, and even region failures.
Use Cases
- Global applications — Multi-region clusters with low-latency local reads
- Compliance and data domiciling — Pin data to specific regions for regulatory rules
- Mission-critical systems — Up to 99.999% availability on the Advanced tier
- Transactional workloads — Serializable, strongly consistent transactions across regions
Architecture
CockroachDB is PostgreSQL-wire-protocol compatible, so most Postgres tools, ORMs, and drivers work out of the box. It automatically shards and rebalances data across nodes, replicates each range 3x by default, and recovers from failures transparently. The trade-off versus single-node Postgres is that distributed consensus adds latency to writes and shapes how you design schemas and indexes.
Plans and Pricing
Cockroach renamed its tiers. The old Serverless is now Basic, and the old Dedicated split into Standard and Advanced.
- Basic (serverless) is usage-based and scales to zero. Every organization gets a $15/month free credit, equal to 50 million Request Units (RUs) and 10 GiB of storage. Beyond that you pay roughly $0.20 per million RUs and $0.50 per GiB-month. RUs bundle CPU, IO, and network into one unit, so write-heavy apps can spend RUs faster than storage.
- Standard provisions vCPUs for steady workloads, starting around $0.18 per vCPU-hour (about $130/month for 2 vCPUs), scaling to 200 vCPUs.
- Advanced adds Azure support, many more regions, multi-region replication, CMEK, and HIPAA/PCI compliance, with custom pricing and up to 99.999% availability.
New customers also receive $400 in trial credits, and Basic and Standard require no credit card to start.
CockroachDB core is source-available under the Business Source License (BSL 1.1), which converts to Apache 2.0 after a few years, so you can also self-host.
CockroachDB Cloud Features
Category
Container Deployment
CockroachDB Cloud Integrations
CockroachDB Cloud Pricing
Plans
Standard
$ Custom per month
- 2 vCPUs start at ~$0.18/hour (~$130/month) Available
- Provisioned vCPUs, instant scaling up to 200 vCPUs Available
- On-demand storage up to 3 TiB Available
- Private connectivity (PrivateLink / VPC peering) Available
- Metrics and log export to Datadog Available
- Data transfer and backups billed separately Available
- 99.99% availability Available
- No credit card required to start Available
Advanced
$ Custom per month
- 4 vCPUs start at ~$0.60/hour Available
- Provisioned compute and storage, unlimited scale Available
- AWS, GCP, and Azure, single or multi-region Available
- CMEK, PCI DSS, HIPAA, SOC 2 support Available
- Up to 10 TiB storage per node Available
- Up to 99.999% availability (multi-region) Available
- Custom pricing, contact sales Available
Resource Pricing
Request Units (free)
First 50 million RUs / month
$0
Request Units (paid)
per additional million RUs
~$0.20
Storage (free)
First 10 GiB / month
$0
Storage (paid)
per GiB-month beyond free tier
$0.50
Instances Pricing
Standard (min)
2 vCPUs (~$0.18/hour)
130 /month
Advanced (min)
4 vCPUs (~$0.60/hour)
440 /month
Standard (max)
Up to 200 vCPUs
Custom /month
Advanced (max)
Unlimited vCPUs
Custom /month
CockroachDB Cloud Regions
16 CockroachDB Cloud datacenter locations and IDs per region
Source: https://www.cockroachlabs.com/docs/cockroachcloud/regions
Location | Region | ID |
|---|---|---|
| US East (N. Virginia) | North America | aws/us-east-1 |
| US East (Ohio) | North America | aws/us-east-2 |
| US West (Oregon) | North America | aws/us-west-2 |
| US Central (Iowa) | North America | gcp/us-central1 |
| US East (South Carolina) | North America | gcp/us-east1 |
| US West (California) | North America | gcp/us-west2 |
| Canada (Calgary) | North America | aws/ca-west-1 |
| Canada (Central) | North America | aws/ca-central-1 |
| Ireland | Europe | aws/eu-west-1 |
| London | Europe | aws/eu-west-2 |
| Frankfurt | Europe | aws/eu-central-1 |
| Belgium (St. Ghislain) | Europe | gcp/europe-west1 |
| Frankfurt | Europe | gcp/europe-west3 |
| Mumbai | Asia Pacific | aws/ap-south-1 |
| Singapore | Asia Pacific | aws/ap-southeast-1 |
| Singapore (Jurong West) | Asia Pacific | gcp/asia-southeast1 |
*Information is subject to change. Verify with the official CockroachDB Cloud website.






