
Serverless NoSQL database with single-digit millisecond latency
Visit WebsitePros
Cons
Usage-based pricing
$1.25/per 1M writes
Pay-per-request
$0.001/per WCU/hour
Predictable workloads
No reviews yet. Be the first to review Amazon DynamoDB!
Top alternatives based on features, pricing, and user needs.
AWS Free Tier includes 25GB storage and 25 read/write capacity units forever. Enough for small apps or testing. Beyond that, pay per read/write or use on-demand pricing.
Two modes: On-demand (pay per request) or Provisioned (pay for capacity). On-demand: $1.25 per million writes, $0.25 per million reads. Storage is $0.25/GB/month.
DynamoDB is AWS's NoSQL database service. Key-value and document store with single-digit millisecond latency at any scale. Fully managed, serverless option available.
DynamoDB for high-scale, simple query patterns. RDS for complex queries and joins. DynamoDB for serverless apps; RDS when you need relational features. Different tools for different jobs.
Yes, DynamoDB handles scaling automatically. On-demand mode scales instantly. Provisioned capacity can auto-scale based on utilization. No downtime for scaling.
Source: aws.amazon.com