锁冲突 meaning in English
lock conflict
Examples
- Resolving lock conflicts
解决锁冲突。 - To improve the efficiency of the database engine in detecting lock conflicts at the higher level of granularity
提高数据库引擎在较高的粒度级别检测锁冲突的效率。 - If a transaction requests a lock mode that conflicts with an existing lock , the transaction is paused until the first lock is freed
如果某事务请求的锁模式与现有锁冲突,将暂停该事务直到第一个锁被释放。 - If escalation is not possible because of a lock conflict , the transaction will continue and might try to escalate again later
如果由于锁冲突而导致无法进行升级,事务仍将继续,但可能会在以后尝试重新进行升级。 - If locks cannot be escalated because of lock conflicts , the database engine periodically triggers lock escalation at every 1 , 250 new locks acquired
如果由于锁冲突导致无法升级锁,则数据库引擎每当获取1 , 250个新锁时便会触发锁升级。