repeatable read

repeatable read

🔧 Distributed Systems Reliability

strengthens read committed by additionally prohibiting single-object anti-dependency cycles

With repeatable read, querying the same row twice in a transaction always returns the same value.