The ease of operation. It's so easy to scale it up and down. And it delivers predictable performance, as promised.
It's ease of operation, scalability and predictable performance are valuable features.
What is most valuable?
How has it helped my organization?
We are using DynamoDB in two projects now. One for storing large amounts of file metadata, and one for storing small amounts of session data. The fact that it is so easy to create tables and provision for known throughput saved us a lot of time, especially because we are deploying multiple environments and multiple regions.
What needs improvement?
DynamoDB doesn't provide server-side encryption, so we had to do it manually.
Any replication to other regions requires writing code. It's not so bad, but would be better to get a solution out of the box.
We store some protected patient information in DynamoDB, and in order to keep it HIPAA-compliant, we have to encrypt it at rest. Some services such as S3, Redshift and SQS will do the encryption on the server side, but with DynamoDB, the client application had to do the encryption before writing to the DB, and has to decrypt when reading. This means that we need to manage encryption keys: we need to store then securely and rotate them periodically, which is extra coding and complexity.
As for cross-region replication, AWS offers a way to do this using DynamoDB streams and Lambda, whereas other databases such as postgresql enable to configure replication without coding.
For how long have I used the solution?
I have used it for one year.
Buyer's Guide
Amazon DynamoDB
December 2023

Learn what your peers think about Amazon DynamoDB. Get advice and tips from experienced pros sharing their opinions. Updated: December 2023.
745,775 professionals have used our research since 2012.
What was my experience with deployment of the solution?
We have not encountered any deployment issues. It's straightforward.
What do I think about the stability of the solution?
We have not encountered any stability issues, but you should expect to get exceptions when you exceed the provisioned throughput. This is okay and it is by design. You need to handle it by retries with exponential backoff.
What do I think about the scalability of the solution?
We have not encountered any scalability issues.
Which solution did I use previously and why did I switch?
We used PostgreSQL. We switched to DynamoDB for the scalability and ease of deployment and operation.
How was the initial setup?
Initial setup was straightforward.
What about the implementation team?
An in-house team implemented it.
What was our ROI?
No time wasted on provisioning databases.
What's my experience with pricing, setup cost, and licensing?
Pricing depends on volume and provisioned throughput. When low, the price is extremely low. But for really large amounts of data, it can be expensive. Make sure you keep there only data you really need available fast.
Which other solutions did I evaluate?
We evaluated Cassandra but chose to abandon it because it was harder to configure correctly and scale.
Disclosure: I am a real user, and this review is based on my own experience and opinions.


Buyer's Guide
Download our free Amazon DynamoDB Report and get advice and tips from experienced pros
sharing their opinions.
Updated: December 2023
Product Categories
Managed NoSQL DatabasesPopular Comparisons
Microsoft Azure Cosmos DB
Amazon DocumentDB
Google Cloud Bigtable
Amazon Neptune
Amazon Timestream
Oracle NoSQL Database Cloud
Neo4j AuraDB
Buyer's Guide
Download our free Amazon DynamoDB Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: