reliability, resilience, scalability, durability, and pay as you go model. Review collected by and hosted on G2.com.
I get confuse sometimes while implementing any service with my product. Review collected by and hosted on G2.com.
The fact, you can do all of the following and much more:
- Automatic Data Management
- Fast and reliable
- Maintain streams of data - when it was updated - what was updated.
- Schedule deletion of items using TTL.
- Auto Scaling options. Review collected by and hosted on G2.com.
- Incompatible with SQL which is the primary and most used language to query databases the world over. Review collected by and hosted on G2.com.
Good UX as a person with non tech background Review collected by and hosted on G2.com.
Reduce the number of offerings or even compartmentalize them Review collected by and hosted on G2.com.
scalability, durability, reliability, easy to implement for any one. Review collected by and hosted on G2.com.
Some time gets confused with AWS documentation while implementing anything. Review collected by and hosted on G2.com.
I like the part that we don't have to manage the database server and all are managed by AWS services. You just have to care about the implementation.
It completes well with MongoDB Atlas Service. Review collected by and hosted on G2.com.
Something I didn't like is the Support for multi-table transactions, This would really help in developing the next app with complex queries and operations. Also it holds you back in case you want data joins between tables. Review collected by and hosted on G2.com.
Dynamodb is a NoSql kind of database that is useful for currently changing requirements for modern products. By using DynamoDb developers need not worry about load on the system. Review collected by and hosted on G2.com.
The read-write cost of AWS DynamoDb is quite high if you don't use it properly. Need to handle transactions properly as DynamoDb doesn't support transactions or rollback mechanism. Review collected by and hosted on G2.com.
Things I like about Amazon DynamoDb are
1. It works very well for high-scale applications
2. There is no master- slave architecture, hence it is highly available
3. Works great for applications that need high write throughput. Review collected by and hosted on G2.com.
1. Not strongly consistent, hence use only if you are ok with eventual consistency.
2. Query patterns need to be known in advance, else you may not get the best performance. Review collected by and hosted on G2.com.
There are inbuilt features and apackagesthat help in easy integration, deployment and scaling and maintenance of your production app. inbuilt db and s3 is a hit. Review collected by and hosted on G2.com.
Nothing as such. Compared to other cloud services, I find it best and with maximum features. Cost thing needs to be managed properly else it generates costs on higher side. Review collected by and hosted on G2.com.
Easy to configure, always online, detailed billing information and good documentation are upsides. Review collected by and hosted on G2.com.
API documentation needs improvements, and SDKs are confusing to set up. Should provide Swagger for available service APIs. Review collected by and hosted on G2.com.
use of functions, data view, scan and query functionality makes things easy. Review collected by and hosted on G2.com.
1. From UI of dynamoDB I cannot export the output to excel sheets directly. If this option is avilable from UI then data analysis would have become much much easier.
2. While scanning/ querying data from Dynamo DB we use filters to get the required data. We always have to write complete "key name" to filter the data. While the requirement is that it should pick up the key name automatically if a user wries 3-4 words of it.
Example:
key: names_weight
value:ABC_23
the requirement is that If a user writes name in filters then the complete key name ie "names_weight", should be picked up automatically in filters.
This will save a lot of time and effort. Review collected by and hosted on G2.com.