Phantom Read
Everything on SkillVeris tagged Phantom Read — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is the Repeatable Read Isolation Level?
Repeatable Read is an isolation level that guarantees any row a transaction has read will return the exact same values if read again later in that same transac…
What is a Phantom Read in Database Transactions?
A phantom read is a concurrency anomaly where a transaction re-runs a range query and finds a different set of rows than the first time, because another transa…