Why is DynamoDB not a suitable backend datastore? #1061
-
The docs mention that AWS DynamoDB is not a suitable backend datastore, because it does not have "snapshot isolation". I'm surprised by this because AWS DynamoDB defaults to eventual consistency, but you can override this to be strongly consistent. See: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
Is using this |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There are some good threads on this on the discord. See for example: https://discord.com/channels/830183651022471199/1246831723958763573/1247148510382391326 Although Dynamo does support 'consistent reads' it doesn't have enough features when using consistent reads to implement the pull endpoint. |
Beta Was this translation helpful? Give feedback.
-
Here's another one: https://discord.com/channels/830183651022471199/830183651022471202/1156488579736944692 |
Beta Was this translation helpful? Give feedback.
-
hope this helps! |
Beta Was this translation helpful? Give feedback.
Here's another one: https://discord.com/channels/830183651022471199/830183651022471202/1156488579736944692