Amazon DynamoDB Transactions
aws.amazon.com
Amazon DynamoDB Transactions
1–10 of 77 posts
Re: Amazon DynamoDB Transactions
#2* Fast one-time data import without permanently creating a lot of shards (important if you are restoring from a backup)
* Better visibility into what causes throttling (e.g. was it a hot shard? Was it a brief but large burst of traffic?)
* Lower p99.9 latency. It occasionally has huge latency spikes.
* Indexes of more than 2 columns
* A solution for streaming out updates that is better than dynamodb streams
Re: Amazon DynamoDB Transactions
#3Re: Amazon DynamoDB Transactions
#4Re: Amazon DynamoDB Transactions
#5My wishlist for DynamoDB is now down to: * Fast one-time data import without permanently creating a lot of shards (important if you are restoring from a backup) * Better visibility into what causes throttling (e.g. was it a hot shard? Was it a brief but large burst of traffic?) * Lower p99.9 latency. It occasionally has huge latency spikes. * Indexes of more than 2 columns * A solution for streaming out updates that…
Re: Amazon DynamoDB Transactions
#6There is a new breed of databases that use consensus algorithms to enable global multi-region consistency. Google Spanner and FaunaDB where I work are part of this group. I didn’t catch anything about the implementation details of DynamoDB transactions in the article. If they are using a consensus approach, expect them to add multi-region consistency soon. If they are using a traditional active/active replication approach, they’ll be limited to regional replication.
Re: Amazon DynamoDB Transactions
#7My wishlist for DynamoDB is now down to: * Fast one-time data import without permanently creating a lot of shards (important if you are restoring from a backup) * Better visibility into what causes throttling (e.g. was it a hot shard? Was it a brief but large burst of traffic?) * Lower p99.9 latency. It occasionally has huge latency spikes. * Indexes of more than 2 columns * A solution for streaming out updates that…
A way of doing this without expending all that effort is oh my wish list too.
Re: Amazon DynamoDB Transactions
#8Is the heat map available to customers now or is it still a request you have to do?
Re: Amazon DynamoDB Transactions
#9Congrats to the DynamoDB team for going beyond the traditional limits of NoSQL. There is a new breed of databases that use consensus algorithms to enable global multi-region consistency. Google Spanner and FaunaDB where I work are part of this group. I didn’t catch anything about the implementation details of DynamoDB transactions in the article. If they are using a consensus approach, expect them to add multi-region…
Re: Amazon DynamoDB Transactions
#10Uh... this is just not true.