Tag

ANSI SQL

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 20, 2021 · Databases

Understanding Phantom Reads and Isolation Levels in ANSI SQL and MySQL

This article explains the concept of phantom reads, distinguishes them from non‑repeatable reads, critiques the ANSI SQL isolation‑level definitions, and shows how MySQL implements repeatable‑read using locks and MVCC to prevent both strict and loosely defined phantom anomalies.

ANSI SQLIsolation LevelMySQL
0 likes · 14 min read
Understanding Phantom Reads and Isolation Levels in ANSI SQL and MySQL