|
|
|
|
|
by rosstafarian0
2320 days ago
|
|
A lot of databases have a concept of consistent reads. Even DynamoDB will allow you to specify consistent reads explicitly on a query and writing through DAX will take care of the scenario as you described as the read cache is immediately updated. This a common scenario. |
|