The ability to store multiple data attributes is crucial. For example, in a contact flow, if a customer calls, we can integrate DynamoDB dynamically. We need only the customer's mobile number as the primary key, which is stored in the DynamoDB table.
The most valuable features are the flexibility and the compatibility options without needing to use any additional services or software. It is an independent solution that doesn't need other solutions to operate.
We switched to DynamoDB from a relational database that would've had scale problems and would've cost a lot of money to run at scale. DynamoDB allows us to match expense to usage. When not many people are using and it's a quiet day, there is a low cost. On a busy day, there is a higher cost. We get good performance along the way and less maintenance on the database.
Engineering Intern at a tech services company with 51-200 employees
Real User
2021-04-01T10:12:33Z
Apr 1, 2021
Its scalability is really good. I can go up to a petabyte of data. It is more of an on-demand use case. I can go from 100 MB to 1 PB if I want, which is very good. Most of the other databases would want you to stick to a specific data allocation.
Its subscription cost is lower than similar databases offered by other vendors.
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. You can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining...
We don't have to administer the tool.
The ability to store multiple data attributes is crucial. For example, in a contact flow, if a customer calls, we can integrate DynamoDB dynamically. We need only the customer's mobile number as the primary key, which is stored in the DynamoDB table.
It offers quick performance and rapid data retrieval, often providing limited data initially but scaling up to fulfill larger demands seamlessly.
The best feature is NoSQL.
We directly pass the JSON value to Amazon DynamoDB, which is why Amazon DynamoDB is faster than relational databases.
Amazon DynamoDB allows you to configure your read-write capacity and create a single global table that can be accessed with any other region.
Amazon DynamoDB is a fully managed service by AWS, and it is designed to provide fast and predictable performance.
The platform is easy to develop and configure.
The solution is very simple to use.
DynamoDB is a key-value database, and it's valuable if you have simple scan queries and don't need to do point searches.
Amazon DynamoDB is powerful and fast. Its performance is good.
The best feature of the solution is that it is a NoSQL database.
Stability-wise, I rate the solution a ten out of ten. I've never faced any problems.
The most valuable feature of this solution is the non-relational database.
The most valuable features are the flexibility and the compatibility options without needing to use any additional services or software. It is an independent solution that doesn't need other solutions to operate.
We switched to DynamoDB from a relational database that would've had scale problems and would've cost a lot of money to run at scale. DynamoDB allows us to match expense to usage. When not many people are using and it's a quiet day, there is a low cost. On a busy day, there is a higher cost. We get good performance along the way and less maintenance on the database.
It has helped us build our product from zero point to the end.
Storing is a valuable feature. We can store as an entire object rather than the traditional structure of the data.
One of the most valuable features of Amazon DynamoDB is it can handle unstructured or semi-structured data.
Its scalability is really good. I can go up to a petabyte of data. It is more of an on-demand use case. I can go from 100 MB to 1 PB if I want, which is very good. Most of the other databases would want you to stick to a specific data allocation.
Its subscription cost is lower than similar databases offered by other vendors.
The possibility of managing documents is the most valuable aspect of the solution. I like the fact that I don't have to define the fields.