Amazon DynamoDB vs. Google Cloud BigTable

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon DynamoDB
Score 9.0 out of 10
N/A
Amazon DynamoDB is a cloud-native, NoSQL, serverless database service.
$0
capacity unit per hour
Cloud BigTable
Score 8.6 out of 10
N/A
Google's Cloud Bigtable is a fully managed, scalable NoSQL database service for large analytical and operational workloads with up to 99.999% availability.
$0.03
per month
Pricing
Amazon DynamoDBGoogle Cloud BigTable
Editions & Modules
Provisioned - Read Operation
$0.00013
capacity unit per hour
Provisioned - Write Operation
$0.00065
capacity unit per hour
Provisioned - Global Tables
$0.000975
per Read Capacity
On-Demand Streams
$0.02
per 100,000 read operations
Provisioned - Streams
$0.02
per 100,000 read operations
On-Demand Data Requests Outside AWS Regions
$0.09
per GB
Provisioned - Data Requests Outside AWS Regions
$0.09
per GB
On-Demand Snapshot
$0.10
per GB per month
Provisioned - Snapshot
$0.10
per GB per month
On-Demand Restoring a Backup
$0.15
per GB
Provisioned - Restoring a Backup
$0.15
per GB
On-Demand Point-in-Time Recovery
$0.20
per GB per month
Provisioned - Point-in-Time Recovery
$0.20
per GB per month
On-Demand Read Operation
$0.25
per million requests
On-Demand Data Stored
$0.25
per GB per month
Provisioned - Data Stored
$0.25
per GB per month
On-Demand - Write Operation
$1.25
per million requests
On-Demand Global Tables
$1.875
per million write operations replicated
Backup Storage
$0.026
per month per GB
HDD storage
$0.026
per month per GB
SSD storage
$0.17
per month per GB
Nodes
$0.65/hour
per month per node (minimum 1 nodes)
Offerings
Pricing Offerings
Amazon DynamoDBCloud BigTable
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon DynamoDBGoogle Cloud BigTable
Top Pros

No answers on this topic

Top Cons

No answers on this topic

Features
Amazon DynamoDBGoogle Cloud BigTable
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
Amazon DynamoDB
9.4
27 Ratings
7% above category average
Google Cloud BigTable
-
Ratings
Performance9.227 Ratings00 Ratings
Availability9.727 Ratings00 Ratings
Concurrency9.226 Ratings00 Ratings
Security9.227 Ratings00 Ratings
Scalability9.426 Ratings00 Ratings
Data model flexibility9.427 Ratings00 Ratings
Deployment model flexibility10.023 Ratings00 Ratings
Database-as-a-Service
Comparison of Database-as-a-Service features of Product A and Product B
Amazon DynamoDB
-
Ratings
Google Cloud BigTable
8.8
1 Ratings
3% above category average
Automatic software patching00 Ratings8.01 Ratings
Database scalability00 Ratings10.01 Ratings
Automated backups00 Ratings9.01 Ratings
Database security provisions00 Ratings8.01 Ratings
Monitoring and metrics00 Ratings9.01 Ratings
Best Alternatives
Amazon DynamoDBGoogle Cloud BigTable
Small Businesses
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
Medium-sized Companies
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
Enterprises
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
IBM Cloudant
IBM Cloudant
Score 9.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon DynamoDBGoogle Cloud BigTable
Likelihood to Recommend
9.4
(37 ratings)
9.0
(1 ratings)
Likelihood to Renew
8.4
(33 ratings)
-
(0 ratings)
Usability
8.0
(3 ratings)
9.0
(1 ratings)
Performance
9.0
(1 ratings)
-
(0 ratings)
Support Rating
5.7
(3 ratings)
9.0
(1 ratings)
Product Scalability
8.0
(1 ratings)
-
(0 ratings)
User Testimonials
Amazon DynamoDBGoogle Cloud BigTable
Likelihood to Recommend
Amazon AWS
DynamoDB is a great service if you are looking for a quick and easy way to store NoSQL data in the cloud and do not want to be concerned with managing the server or infrastructure. If you are already invested in AWS, the value proposition is even higher as it works very well with the other services that AWS provides.
Read full review
Google
Google Bigtable is ONLY suited for massive data sets which scale PetaBytes and TerraBytes. Anything under this can easily be done via dedicated VMs and open source tools. Google Bigtable is expensive and shall be used wisely. It should be utilised only where it is well suited else you would simply be wasting dollars and not utilizing its full benefits.
Read full review
Pros
Amazon AWS
  • It's very easy to get started, creating a table with a partition/sort key and you're on your way.
  • You can scale up and down your read/write IO as needed.
  • You can store structured and unstructured data.
  • It works great with Web Development as it's JSON based.
Read full review
Google
  • Analytics: is at Google's heart. No on can beat Google in this space and BigTable is one of its implementation of this. The insights you gain from BigTable are simply usable in your day to day activities and can help you make real difference.
  • Speed: Processing TBs and PBs of data under minutes needs real efficient platform which is capable of doing much more than just processing data. All this data cannot be processed by a single machine, but rather huge pairs of machines working in conjuction with each other. BigTable's implementation is one of the finest and allows you achieve great speeds!
  • Interface: is great. Google has segregated required task under logically placed buttons which takes no time by users to understand and get habituated.
Read full review
Cons
Amazon AWS
  • Complex searching (no support for case-insensitive or full-text search).
  • Only supports up to two-key indexes.
  • Requires choosing the indexes up-front when doing searches.
  • Does not have an SQL compatible query front-end.
  • No join-table support (requires putting all data into one table).
Read full review
Google
  • User interface's responsiveness: I understand so much is going on under the hood, but laggyness is acceptable if a workload is running or being processed. In case their is not workload being process, GUI should work blazing fast. I have faced this at times, and this becomes frustrating as well.
  • Nothing other than this - BigTable is quite efficient platform and does exactly what it is built for.
Read full review
Likelihood to Renew
Amazon AWS
We will most likely continue to use DynamoDB for certain use-cases. If we stopped using DynamoDB as often, it would likely be because we started using Aurora Serverless more. Aurora Serverless may offer similar availability, management and cost benefits while allowing developers to use their MySQL tools and experience.
Read full review
Google
No answers on this topic
Usability
Amazon AWS
It has a big learning curve to understand the keys and the efficient ways to store data, and I don't think the AWS documentation does a good job of explaining it, and rather markets DynamoDB to people who have prior knowledge of why noSQL databases work the way they do. I found MongoDB easier to use, but DynamoDB easier to set up.
Read full review
Google
For big IT firms like us, data is very important and it only holds its value if it can make sense to us. Therefore, Bigtable's usability is priceless when it comes to decision making based on data.
Read full review
Performance
Amazon AWS
DynamoDB supports a seamless experience for our customers, and provide a seamless experience.
Read full review
Google
No answers on this topic
Support Rating
Amazon AWS
I have not had to contact support for this service, however I have had to contact AWS for other services and their support has been good.
Read full review
Google
Google provides premium support services for BigTable which is absolutely blazing fast similar to Bigtable's performance.
Read full review
Alternatives Considered
Amazon AWS
We evaluated using MongoDB or Amazon DyanmoDB. For us, the biggest advantage is that there's no maintenance cost for Amazon DynamoDB. Mongo gets complicated when you setup sharding. With Amazon DynamoDB, it's literally a push of button to increase throughput. This saves time and money on DevOps resources.
Read full review
Google
No answers on this topic
Scalability
Amazon AWS
DynamoDB's ability to scale up or down seamlessly based on demand
Read full review
Google
No answers on this topic
Return on Investment
Amazon AWS
  • Since the Amazon manages the instance, the amount of time a developer needs to spend configuring the database is less. For comparison, if we were to manage the same instance manually, we need to set up EC2 instance, install the DB, setup backup scripts, track backup failures, which is a great overhead for the dev. Using DynamoDB this overhead is reduced and hence having a great ROI.
  • Great documentation and easy setup makes an easy learning curve to transition to DynamoDB. Only caveat is as with any database, the data structure should be thoroughly analyzed for types of querying because there are limitations with the DynamoDB API.
  • Ties very well with rest of the Amazon eco system. Having rest of the applications in Amazon allows managing the application security a breeze.
Read full review
Google
  • Positive return on investment.
Read full review
ScreenShots

Amazon DynamoDB Screenshots

Screenshot of Amazon DynamoDB in the AWS Console