Tag

unique_checks

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 10, 2022 · Databases

Understanding How SET unique_checks=0 Affects InnoDB Unique Index Enforcement

This article analyzes why using SET unique_checks=0 during large MySQL imports can bypass unique‑key checks when data is not cached in the InnoDB buffer pool, explains the underlying change‑buffer mechanism, demonstrates the behavior with sysbench tests, and offers a safe workaround.

Change BufferInnoDBMySQL
0 likes · 10 min read
Understanding How SET unique_checks=0 Affects InnoDB Unique Index Enforcement