Introducing G2.ai, the future of software buying.Try now
Amazon DynamoDB
Save to My Lists
Claimed
Claimed

Top Rated Amazon DynamoDB Alternatives

MongoDB Atlas
(361)
4.5 out of 5

Amazon DynamoDB Reviews & Product Details - Page 52

Amazon DynamoDB Overview

What is Amazon DynamoDB?

Amazon DynamoDB is a pioneering NoSQL, fully managed, serverless database with limitless scalability and single-digit millisecond latency performance enabling customers to develop modern, microservice-based applications through a simple API. Customers enjoy the benefits of DynamoDB’s fully-managed service including broad compliance standards, security integration with AWS Identity and Access Management and numerous disaster recovery services. With DynamoDB Global Tables, customers have a 99.999% highly available, multi-Region, multi-active database supporting local reads and writes for globally distributed users. DynamoDB provides cost management features such as scale-to-zero, Time to Live (TTL) for aging data out, and multiple pricing models including a free tier.

This product is included in:
Amazon DynamoDB Details
Languages Supported
English
Show LessShow More
Product Description

Nonrelational database for applications that need performance at any scale


Seller

Amazon Web Services (AWS)

Description

By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.

Overview Provided by:

Amazon DynamoDB Integrations

(1)
Integration information sourced from real user reviews.

Recent Amazon DynamoDB Reviews

SQ
Servio Q.Mid-Market (51-1000 emp.)
4.0 out of 5
"Fast, Reliable and easy to go"
DynamoDB is a serverless database service that simplifies coding by eliminating server management. It automatically scales to handle traffic spikes...
uday t.
UT
uday t.Small-Business (50 or fewer emp.)
5.0 out of 5
"Best service for scanning and storing the values"
Best service which gives us quick results during scanning Best service to retrive config tables
Siddhesh R.
SR
Siddhesh R.Mid-Market (51-1000 emp.)
4.0 out of 5
"Ideal Application for Well defined data access patterns and low latency"
Global Availability ensures data will be available across all region , low latency read and writes makes it better for high traffic application

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

12 months

Average Discount

10%

Perceived Cost

$$$$$
View More Pricing Information

Amazon DynamoDB Media

Amazon DynamoDB Demo - Using the AWS Management Console for DynamoDB
You can use the AWS Management Console for Amazon DynamoDB to monitor recent alerts, total capacity, service health, and receive the latest DynamoDB news on the DynamoDB dashboard.
Amazon DynamoDB Demo - Using Global Tables: Multi-Region Replication with DynamoDB
Amazon DynamoDB global tables provide a fully managed solution for deploying a multiregion, multi-master database, without having to build and maintain your own replication solution. Create, update, and delete tables on the AWS Management Console for Amazon DynamoDB. You can use the capacity calc...
Amazon DynamoDB Demo - Creating and Managing DynamoDB clusters with DAX in the AWS Console
DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for Amazon DynamoDB delivers up to a 10x performance improvement—from milliseconds to microseconds—even at millions of requests per second. Amazon DynamoDB Accelerator (DAX) can be used to create a DynamoDB cluster i...
Answer a few questions to help the Amazon DynamoDB community
Have you used Amazon DynamoDB before?
Yes

622 Amazon DynamoDB Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
622 Amazon DynamoDB Reviews
4.4 out of 5
622 Amazon DynamoDB Reviews
4.4 out of 5

Amazon DynamoDB Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Jaime Ignacio M.
JM
Software Development Manager
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Amazon DynamoDB?

DynamoDb is non relational database where you don't need to thinking in clustering, scaling and any other administrative hardware related task. You only need to provide the capacity of reading and writing () over a primary o secundary index. DynamoDb is designed to interact with a lot of AWS resources, like Lambda, ApiGateway, S3, and more. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

Our business required a quickly response to the changes on reading capacity. Although DynamoDb has a self-provisioning characteristic, sometimes it is not fast enough to adjust to our needs. Review collected by and hosted on G2.com.

Recommendations to others considering Amazon DynamoDB:

You need to take care about all the reading and writing access patterns in order to provide a good design at least for the primary (partition) and secundary (ordering) keys. Unfortunately DynamoDb do not allow changing this properties after build a table. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

We have using DynamoDB for complex entities models where there are a lot child levels of related information, mainly for our main Digital Signage solution. In some scenarios it has been used too for storing post-processing data-lake results (but there are better approach for this). Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Amazon DynamoDB?

Well integrate with other AWS services such as EC2, S3, Lamba... special on authentication and limit access. DynamoDB is very easy to start, just a few clicks to create a table, index. Dynamo DB SDK and CLI are simple but good enough for the developer. DynamoDB also provide very good performance and its price is quite cheap when we use in the correct way Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

We need to reply on Partition and Key to retrieve data, it does not support a powerful query language for retrieve, summary or count data..., use additional key are costly and reduce performance. Review collected by and hosted on G2.com.

Recommendations to others considering Amazon DynamoDB:

Use DynamoDB when we need a DB with simple query language and need to integrate with other AWS services Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

We use DynamoDB to store our data for applications which deploy on EC2 and Lambda, it is very effective on performance and limits user access base on role, we also store the index for big data which store in S3. Review collected by and hosted on G2.com.

UR
Senior Director of Engineering
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review
What do you like best about Amazon DynamoDB?

Dynomadb is easy to get started with for prototyping. I really also really like how it handles sharding and partitioning for you. By and far though, Dynamodb streams are the best feature of dynamo. I no long have to worry about scalability of sql triggers in large relational tables. The ability to hook other aws services into streams is awesome. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

Indexing in dynamodb isn't very pratical. I have to either generate a random partition key for indexing, which then I have to store somewhere or I run into hot partitions. This makes dynamo a non-viable solution to replace all other document stores. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

I built a general purpose replacement for quartz based scheduler. Dynamo served the role of a trigger firing mechanism, with dynamo streams guarenteeing that events were fired only once. Review collected by and hosted on G2.com.

michael p.
MP
Director of IT
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Amazon DynamoDB?

DynamoDB is relatively easy to start up, it has a table name and a partition key which help you get started. With a speedy environment, it has the ability to store a lot of information and has with fast retrieval time. It easily integrates with web products using JSON but is not limited to JSON. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

It doesn’t quite do what a production environment can so it is limited int his respect. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

Because of the series lack of a production environment, I was only able to use it to obtain large sums of stored information quickly. Review collected by and hosted on G2.com.

Srdjan P.
SP
Front-end developer
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Amazon DynamoDB?

For me, three very important things:

Scaling, scaling and scaling: D

With AWS Lambda, DynamoDB is the best NoSQL DB. The best price / quality ratio. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

Is not easy to implement.

AWS DynamoDB panel for show db item, search items and insert is complicated.

Populate functions are missing Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

We should not worry about scaling Review collected by and hosted on G2.com.

Jacob L.
JL
Big Data Engineer
Entertainment
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review
What do you like best about Amazon DynamoDB?

Query speed is amazingly fast, Very easy to develop around (A simple client in Java/Python can be developed in a few days), easy to tune read and write capacity units. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

No ability to see number of partitions any given table has, this makes it hard to find hotspots and problems with a data model. Hard to develop models for all use cases. The cost for our use case was extremely expensive. Review collected by and hosted on G2.com.

Recommendations to others considering Amazon DynamoDB:

Make sure the use cases are all known up front, Dynamo supports a max of 5 GSIs per table and if additional requirements/query criteria are added later on there is no built in support. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

Storing customer events as documents for query-ability by our customer service teams. Review collected by and hosted on G2.com.

Anthony P.
AP
Manager of IT and Security
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Amazon DynamoDB?

The scaling capabilities are suburb! You pay for your write and read capacity units and can scale easily by setting triggers on read/write consumption. Queries are incredibly fast and useful for storing meta data about items (a good example might be object location in S3). Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

Can be a bit annoying to upload lots of data at once due to the write capacity units. You need to jack it up very high to run a script with a loop. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

We wanted to store tags to certain files that contained information such as name, location, and some other meta data so we could create dynamic content within our webpages. Review collected by and hosted on G2.com.

CL
Sr. Architect
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Amazon DynamoDB?

Simplicity and performance. Once you get your schema designed right, the table can grow from 10's of RCU/WCU to 10's of thousands with minimal intervention. It's getting even powerful with new features like PITR, Global Replication. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

1. Global table replication works on empty tables only, for now

2. No online schema change Review collected by and hosted on G2.com.

Recommendations to others considering Amazon DynamoDB:

Read the manuals first, check the deep dives on DynamoDB on Youtube before designing your schema. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

KV data access. As long as the primary key gives enough cardinality, the performance and scalability would be great. It also hooks into AppSync which provides GraphQL interface to the rest of our stack. Review collected by and hosted on G2.com.

Darun J.
DJ
AWS Glue Review
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Amazon DynamoDB?

DynamoDB offers great reliable performance. It also offers a quick and easy connection between other AWS components. Lowest latency amongst other cloud nonrelational database services. It is highly useful for developers building serverless applications Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

The latency increases when storage exceeds 10Gb data. It divides them into chunks and spread across different partitions. This could be disadvantageous for developers working with large datasets. Review collected by and hosted on G2.com.

Recommendations to others considering Amazon DynamoDB:

When working in AWS environment this NoSQL database service provides quick and reliable performance with scalability Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

I stored the SQL queries in DynamoDB and retrieved them from Lambda. This proved to be faster than having all the SQL queries in the Lambda itself. This reduced the latency in building the product Review collected by and hosted on G2.com.

Ujjwal A.
UA
SDE II
Internet
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review
What do you like best about Amazon DynamoDB?

The best thing I love about DynamoDB is its scalability and availability. On peak, we send more than 80K of TPS to DDB and it have always been resilient to handle the traffic. Also, the flexivbility to adjust the read and write capacity od DDB is amazing. Review collected by and hosted on G2.com.

What do you dislike about Amazon DynamoDB?

The fact that there's not yet any fast way to migrate my data from relational database to DDB is a thing I miss. More export and import features in DDB is the thing I'd like to see. Review collected by and hosted on G2.com.

What problems is Amazon DynamoDB solving and how is that benefiting you?

We store customer's data and their search history in DDB. Review collected by and hosted on G2.com.