When and why DynamoDB

When and why DynamoDB
When
- You are cost conscious. It is serverless so there is no per hour cost. Only storage and access cost (provisioned IOPS is additional or you may go for on-demand).
- ata doesn’t need to be searched by wild keys.
- Complex queries and lot of relations are not required.
- Data access can be represented as straight query from table (select * from my_table)
- You do not need analytics of data from DynamoDB
- Your data is huge and you know most of the access pattern.
- You are not looking to perform ACID compliant transactions (full transaction commit or full rollback). AWS DynamoDB supports transactions, however, we will not recommend that for DynamoDB.
- A record doesn’t need to have a unique id. We should just be able to find a record. Isn’t this interesting?
Why
- It is serverless so you don’t need to think about servers, deployment and upgrade.
- It has milliseconds response time (10+ ms which is true for other DBs as well). It can be made faster with DAX or other caching such as Elasticahe at additional cost.
- It is a multi-tenancy big database. Its design is similar to Cassandra.
- Automatic housekeeping by setting TTL for each record.
- It is an integral part of AWS stack
Considerations
- Partition size has to be less than 10 GB so you should design table such that table partitions increase in number with growth of data and Partitions should not be so sparse that you are not able to use built-in sorting per partition.
- DynamoDB can have 20 Global Secondary Index and 5 Local Secondary Index. This limit is good for most of the applications and even indexes can be made multi-key in one attribute.
- Creating complex indexes or relations may require DynamoDB streams which is additional cost. However, if tables are simple then this may not be required.
About VisionFirst Technologies Pvt. Ltd.
We are a group of researchers and practitioners of cutting edge technology. We are AWS Registered Partner. Our tech stack includes Machine Learning, offline/2G tolerant mobile apps, web applications, IOT and Analytics.
Recent Posts
visionfirst0 Comments
Decoding Business Intelligence Architecture For Informed Decision Making
visionfirst0 Comments
What is BI (Business Intelligence)?
visionfirst0 Comments
S3 Ransomware – how it occurs and how to prevent
Tags
aws advanced partner
aws consulting partner
aws partner
aws select partner
aws service provider
aws technology
azure consulting partner
azure partner
azure service provider
business intelligence architecture
cloud architecture
cloud bi solutions
cloud security provider business intelligence consulting company aws managed security services business intelligence financial services
Related Blogs
Mantu Singh0 Comments
Less than USD 10 per month Web App (Serverless Architecture)
Can you imagine hosting a Web Application (portal) that costs less than $ 10 per
visionfirst0 Comments
Processing 100 Million messages per day – Confluent Kafka S3 Sink Connector – a Success Story
Imagine a need to receive and store 100 million messages per day. That’s whopping 1200
visionfirst0 Comments
Decoding Business Intelligence Architecture For Informed Decision Making
Your business decisions seem to depend on high-quality data and information. But in today’s highly