V3.0还引入了非阻塞查询,使用存储在"Before Image"文件中的数据来查询和回滚事务,从而避免了读取锁(read lock)的使用。另一个技术是“簇/Clustering”,能实现在同一物理块里存放来自不同表的行记录。
基于20个网页-相关网页
READ LOCK TIME 读取门锁时间
flush tables with read lock 数据库只读锁定命令 ; 防止导出数据库的时候有数据写入
Read Lock bits time 读锁定位时间
Table Read Lock 表同享读锁
global read lock 全局读锁
shared-for-read lock state 共读锁定状态
Lock tables before read 读表之前锁定
Lock Read 锁定读
When a read lock exists, many read operations may use this lock.
当存在一个读锁时,很多读操作均可使用这个锁。
The normal behaviour of a database access is to get a read lock on the queried data, which gets transformed into an update lock if data is updated.
数据库访问通常会对被查询的数据进行读锁定,在数据更新后会变成更新锁定。
With this type of lock, concurrent applications can read from or write to the locked table.
有了这一类型的锁,并发应用程序就可以读或写已锁定的表。
应用推荐