Phantom Read
A transaction anomaly in which repeating a predicate query returns a different set of rows because another transaction inserted or removed matching rows.
Related Concepts
- Serializability
- Predicate Lock
- Non-Repeatable Read
- MVCC
A transaction anomaly in which repeating a predicate query returns a different set of rows because another transaction inserted or removed matching rows.