在InnoDB表中不需要扩展锁定(lock escalation),由于 InnoDB 的列锁定(row level locks)相宜无比小的空间。InnoDB 是 MySQL 上第一个提供外键束缚(FOREIGN KEY constraints)的表引擎。
基于1个网页-相关网页
The stream driver USES row level locks.
流驱动程序将使用低级锁。
For MDC tables, the selection of BLOCKINSERT may improve the performance of INSERT operations by locking at the block level and avoiding row locks for INSERT operations.
对于mdc表,选择BLOCKINSERT可以提高INSERT操作的性能,因为使用的是块级的锁,避免了为INSERT操作使用行锁。
These locks could be table level, row level, or lock on index, and so on.
这些锁可以是表级锁、行级锁、索引锁等等。
应用推荐