Try our new research platform with insights from 80,000+ expert users

Amazon Aurora vs CockroachDB comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 4, 2025

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Amazon Aurora
Ranking in Relational Databases Tools
7th
Average Rating
8.4
Reviews Sentiment
6.3
Number of Reviews
20
Ranking in other categories
No ranking in other categories
CockroachDB
Ranking in Relational Databases Tools
11th
Average Rating
8.0
Reviews Sentiment
7.3
Number of Reviews
12
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of August 2025, in the Relational Databases Tools category, the mindshare of Amazon Aurora is 2.9%, down from 4.1% compared to the previous year. The mindshare of CockroachDB is 4.1%, up from 2.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Relational Databases Tools
 

Featured Reviews

Adnan Shafiq - PeerSpot reviewer
High availability and geographical redundancy ensure reliable performance and cost efficiency
Amazon Aurora provides up to fifteen to sixteen read replicas. It replicates data across multiple Availability Zones, ensuring high availability and geographical redundancy, which can be considered a GR instead of a DR. As a managed service, maintenance tasks like backup and restore are handled by AWS, saving my organization significant time and money. Additionally, its fast cloning feature allows us to create a new clone from a large database swiftly, similar to a zero-copy cloning feature in Snowflake. This makes Amazon Aurora a compelling choice for my organization.
Dang Quy Tai - PeerSpot reviewer
Geo-replication benefits with distributed setup and a helpful AI support chatbot
I am studying how to deploy CockroachDB and YugaByteDB, and learning some basic information about them. I am testing these databases as part of my school application to find a suitable database for our applications. Currently, I am using PostgreSQL, however, I want to try some distributed databases…

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Aurora's features that I find the most beneficial include its database backup strategy, performance options, and input-output operations."
"One of the most valuable features is storage scaling."
"The provision of custom read and write endpoints eliminates the need for managing a separate proxy load balancer."
"The most valuable feature of Amazon Aurora is SQL standardization, it doesn't have its own syntax which is good. It has a lot of hands-off self-management type of activities, such as log rolling and auto-scaling."
"The most valuable feature is the ability to do multiple-read and single-write. These are the kinds of features that we were interested in, and Aurora takes care of that natively."
"Aurora is a key pillar for us, offering performance and availability."
"Aurora's compatibility with MySQL or PostgreSQL benefited our database management. The migration from on-premise MySQL to Aurora was similar, so we didn't need to change our source code."
"The most valuable features of Amazon Aurora include the global instance with the global writer endpoint, which allows failovers and instance switches without requiring changes in my code, thanks to the default global Route 53 endpoint."
"The tool's most valuable feature is node syncing, which takes only 0.54 milliseconds."
"CockroachDB is highly reliable."
"What I like best is its ability to solve data residency issues. The main advantage is auto geo partitioning, built into the product. This means we don't have to spin up separate servers in each region, which would be much more costly."
"The product has valuable security features."
"The initial setup and deployment are simple."
"The best feature of CockroachDB is the ability to keep the nodes in different locations."
"I use CockroachDB to test big data samples and to create the best structure for databases. We have four users and required 10 people for deployment and maintenance."
"The availability and the easy to use feature is the most valuable. The documentation is also good."
 

Cons

"The pricing could improve. It should be reduced."
"There are tuning challenges."
"I don't use Amazon Aurora's global database feature; I just use the local feature."
"It is a bit costly. The features are quite good, and I wouldn't say it requires any technical improvements. But from a cost perspective, some clients wouldn't go for Aurora because of that."
"It would have been helpful if they had provided some benchmarking numbers."
"Amazon Aurora should upgrade its base PostgreSQL versions more frequently and offer all PostgreSQL extensions."
"I would like to see more AI-related features in future releases."
"I would like to see performance insights on the database based on the queries. Currently, we use SolarWinds as the monitoring tool. I would like to leverage SolarWinds’ performance insights in AWS services. SolarWinds gives larger insights when we run performance issues."
"The product must improve its disaster recovery features."
"Cockroach does not support all types of protocols. I need to improve it myself to support a CouchDB on my network."
"CockroachDB needs to improve store processes."
"The closer they can make CockroachDB to being completely compatible with Postgres, the better. It's almost compatible, but not completely. If it was, it would be nice to just be able to use Postgres libraries without any fiddling."
"The initial setup and pricing could be improved."
"The platform could be more extensible."
"We are looking for more features to support distributed high availability and geo-partitioning."
"I would like CockroachDB to have more compatibility with PostgreSQL, especially with the connection string and technical integrations."
 

Pricing and Cost Advice

"It is an expensive solution."
"There is no need to buy a license for the product. We can pay as per the use case."
"It is quite expensive."
"The price could be lower compared to its competitors."
"The tool’s pricing depends on the instance type. For cost optimization purposes, we use the result instance category."
"I would rate the pricing a six out of ten, with ten being expensive."
"The pricing is good but can be made cheaper. I would rate the pricing a five out of ten."
"The product's price depends on the user's company and the contract model they enter into with CockroachDB. Depending on the contract model one enters into with CockroachDB, the product may or may not be expensive."
"The solution's pricing is not cheap. However, the good thing is that customers are willing to pay for it if they want it."
"The platform is affordable even for the enterprise version. It provides value for investment in terms of performance."
"I've used CockroachDB at a small scale on the free accounts because we are only testing."
report
Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
865,295 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
25%
Computer Software Company
16%
Retailer
6%
Government
5%
Financial Services Firm
32%
Computer Software Company
13%
Educational Organization
6%
Comms Service Provider
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

What do you like most about Amazon Aurora?
Aurora's compatibility with MySQL or PostgreSQL benefited our database management. The migration from on-premise MySQL to Aurora was similar, so we didn't need to change our source code.
What is your experience regarding pricing and costs for Amazon Aurora?
The pricing for Amazon Aurora is different from DocumentDB because DocumentDB is cheaper. However, when you manage the administration more closely, you can control costs better with Amazon Aurora. ...
What needs improvement with Amazon Aurora?
I would like to see some tutorials from Amazon for Aurora because I'm too new to it. I believe Amazon can make more tutorials for the product since there's a lot of reading required, and a short tu...
What do you like most about CockroachDB?
The subset of SQL that my client is using is completely supported.
What needs improvement with CockroachDB?
I would like CockroachDB to have more compatibility with PostgreSQL, especially with the connection string and technical integrations.
What is your primary use case for CockroachDB?
I am studying how to deploy CockroachDB and YugaByteDB, and learning some basic information about them. I am testing these databases as part of my school application to find a suitable database for...
 

Comparisons

 

Overview

 

Sample Customers

Dow Jones, Arizona State University, Verizon, Capital One, United Nations, Nielsen, Autodesk, Fanduel
Baidu, Kindred, Tierion, Heroic Labs, Gorgias
Find out what your peers are saying about Amazon Aurora vs. CockroachDB and other solutions. Updated: July 2025.
865,295 professionals have used our research since 2012.