storage: should reads enforce seq nums? #28289
Labels
A-kv-transactions
Relating to MVCC and the transactional model.
C-question
A question rather than an issue. No code/spec/doc change needed.
Milestone
I believe seq nums are currently ignored for reads, but should they be? If a replayed read encounters an intent from the same txn with a higher seq num, shouldn't that write be invisible to it?
cc @tschottdorf
The text was updated successfully, but these errors were encountered: