Amazon DynamoDB Supports ACID

88e3459429ffca90b31bf75b7a22bdf7

 

Amazon DynamoDB is a key-value and document database (NoSQL) that supports ACID transactions.

It’s a big achievement!!

DynamoDB

Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It’s a fully managed, multiregion, multimaster, durable database with built-in security, backup and restore, and in-memory caching for internet-scale applications. DynamoDB can handle more than 10 trillion requests per day and can support peaks of more than 20 million requests per second.

https://aws.amazon.com/dynamodb/

ACID Transactions

DynamoDB transactions provide developers atomicity, consistency, isolation, and durability (ACID) across one or more tables within a single AWS account and region. You can use transactions when building applications that require coordinated inserts, deletes, or updates to multiple items as part of a single logical business operation.

https://aws.amazon.com/tw/blogs/aws/new-amazon-dynamodb-transactions

 

Leave a Reply