mysql中gap lock是储存在哪的
In MySQL, gap locks are stored in the InnoDB lock table. The InnoDB storage engine uses these locks to prevent phantom reads and ensure data consistency in concurrent transactions. Gap locks are used to prevent other transactions from inserting new rows into a range of indexed records, thus maintaining the integrity of the index.
原文地址: https://www.cveoy.top/t/topic/ibFj 著作权归作者所有。请勿转载和采集!