|
|
|
|
|
by ec109685
1897 days ago
|
|
Are you sure about that? DynamoDB is paxos based, so that seems unnecessary. Given data is always replicated to at least 2 of 3 storage nodes before ACKāing, you can always just read from 2 different replicas and be sure you have the latest data. |
|