next-key locking的意思|示意
第二个关键锁定
next-key locking的网络常见释义
间隙锁 ...一个索引键之前和最后一个索引键之后的空域空间上标记锁定信息而实现锁定的,这种锁定实现方式被称为间隙锁(next-key locking)。
隙锁定 MySQL innodb 的空隙锁定(next-key locking) - 数据库 MySQL innodb 的间隙锁定(next-key locking) MySQL innodb的间隙锁定(next-key locking)是为了防止幻读(phantom...
next-key locking相关例句
In fact, the only row-level locking that remains during INSERT is the next-key locks that are required to protect an INSERT from adding keys to repeatable read scanners.
实际上,在INSERT期间惟一保持的行级锁是next - key锁,这个锁用于使INSERT不会添加键到可重复的读扫描器。