Hacker News new | ask | show | jobs
by k__ 1897 days ago
Yes, I know.

I was just interested if a ConsistentRead would change the latency.

1 comments

It has to to acquire and release locks, so yes.
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.

Oh, I thought you were referring to the multi-key consistent transactions, not single key strong consistency mode. I think you are correct.