这些锁机制包括: 数据页锁(Data-Page Locking):在数据页上加锁,但在事务过程中索引页不加锁 数据行锁(Data-Row Locking):不对整个数据页加锁,而只在数据页的记录行上 提供...
基于20个网页-相关网页
通过使用乐观并发控制,数据库管理器在完成读操作之后可以立即释放行或页锁。
With optimistic concurrency control, the database manager releases the row or page locks immediately after a read operation.
IDS允许应用程序开发人员将锁放在不同的对象上,如数据库、表、页或行、以及索引。
IDS allows application developers to place locks on different objects, like databases, tables, pages or rows, and indexes.
数据库引擎将选择相应的锁,并且可以将锁从行锁或页锁升级到表锁。
The Database Engine chooses the appropriate lock and can escalate the lock from a row or page lock to a table lock.
应用推荐