Tag

SKIP LOCKED

0 views collected around this technical thread.

NetEase Game Operations Platform
NetEase Game Operations Platform
Oct 12, 2019 · Databases

Understanding MySQL 8.0.1 NOWAIT and SKIP LOCKED Features for Reducing Lock Wait

This article explains the new NOWAIT and SKIP LOCKED keywords introduced in MySQL 8.0.1, describes their background, functionality, and internal implementation, and demonstrates their practical impact on lock‑wait scenarios through a fictional flash‑sale case study with code examples.

Database ConcurrencyInnoDBMySQL
0 likes · 9 min read
Understanding MySQL 8.0.1 NOWAIT and SKIP LOCKED Features for Reducing Lock Wait
Tencent Database Technology
Tencent Database Technology
Jul 24, 2018 · Databases

Implementing SKIP LOCKED and NOWAIT for Seat Reservation in MySQL InnoDB

The article explains how to use MySQL 8.0's SKIP LOCKED and NOWAIT clauses to implement a pure‑database seat‑reservation system, detailing transaction flow, possible lock outcomes, error handling, and the underlying InnoDB source‑code changes that enable these features.

InnoDBMySQLNOWAIT
0 likes · 8 min read
Implementing SKIP LOCKED and NOWAIT for Seat Reservation in MySQL InnoDB