当前位置:Gxlcms > 数据库问题 > MySQL Shared and Exclusive Locks

MySQL Shared and Exclusive Locks

时间:2021-07-01 10:21:17 帮助过:33人阅读

exclusive lock

A kind of lock that prevents any other transaction from locking the same row. Depending on the transaction isolation level, this kind of lock might block other transactions from writing to the same row, or might also block other transactions from reading the same row. The default InnoDB isolation level, REPEATABLE READ, enables higher concurrency by allowing transactions to read rows that have exclusive locks, a technique known as consistent read.

 

MySQL Shared and Exclusive Locks

标签:isolation   iter   led   pes   imm   known   events   enable   ant   

人气教程排行