Amazon DynamoDB alternatives: Azure, Google Cloud and open source
DynamoDB stays fast however large it gets.
The database you choose when you know the question in advance and will ask it a hundred million times.
- From my own projects
- Sources linked
- Updated September 2026
What Amazon DynamoDB does
DynamoDB stays fast however large it gets.
AWS calls it: “Serverless, fully managed, distributed NoSQL database with single-digit millisecond performance at any scale”[1]
How I use it
Pipeline and job state. It is also the usual home for agent session state, where each key is one conversation.

Linda Mohamed, AI and cloud consultant and AWS Community Hero in Vienna. I build these pipelines for clients and teach them at FH Burgenland.
Read more on ai-solutions.wiki
My open knowledge base, with longer comparisons and more sources.
Questions
What is the Azure equivalent of Amazon DynamoDB?
Azure Cosmos DB.
What is the Google Cloud equivalent of Amazon DynamoDB?
Bigtable; Firestore (document shape).
What is the open-source alternative to Amazon DynamoDB?
Apache Cassandra: Wide-column database on your own machines, Apache 2.0. ScyllaDB: Cassandra- and DynamoDB-compatible and fast. Since the end of 2024 it is source-available, not open source.
How is Amazon DynamoDB billed?
Per request, or per provisioned capacity. On demand really does cost nothing when idle.
When should you not use Amazon DynamoDB?
When you do not yet know the questions. A relational database forgives a changed mind; this one does not.
Sources
- Amazon DynamoDB product page. https://aws.amazon.com/dynamodb/
- Amazon DynamoDB documentation. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
- Azure Cosmos DB documentation. https://learn.microsoft.com/en-us/azure/cosmos-db/introduction
- Bigtable documentation. https://cloud.google.com/bigtable/docs
- Firestore (document shape) documentation. https://cloud.google.com/firestore/docs
- Apache Cassandra. https://cassandra.apache.org/
- ScyllaDB. https://www.scylladb.com/source-available-faq/
- Amazon DynamoDB: Fully Managed NoSQL Database, ai-solutions.wiki. https://ai-solutions.wiki/tools/amazon-dynamodb/
- Azure Cosmos DB: Globally Distributed Multi-Model Database, ai-solutions.wiki. https://ai-solutions.wiki/tools/azure-cosmos-db/
- DynamoDB vs OpenSearch for AI Applications, ai-solutions.wiki. https://ai-solutions.wiki/comparisons/dynamodb-vs-opensearch/
- Linda Mohamed, course slides “The projects”, MASE-3, FH Burgenland, September 2026.
Links checked September 2026. Product names and availability change: check the linked pages before you decide.
Choosing between AWS, Azure and open source?
Book a free 30-minute Idea Call. We look at your use case and where it should run.