Pessimistic locking的意思|示意
n.悲观锁定
Pessimistic locking的网络常见释义
保守式锁定 ... Pessimistic locking 保守式锁定 ; 悲观锁定 ; 悲观锁 ; 封闭式锁定 Locking Screw 锁紧螺钉 ; 固定螺钉 ; 锁闭螺杆 ; 锁紧螺丝 locking spring 锁紧弹簧 ; 锁簧 ; 止动弹簧 ...
悲观锁 悲观锁(Pessimistic Locking):在数据有加载的时候就给其进行加锁,直到该锁被释放掉,其他用户才可以进行修改,优点:数据的一致性保持得很好,缺点:不适合...
封闭式锁定 ... Pessimistic locking 保守式锁定 ; 悲观锁定 ; 悲观锁 ; 封闭式锁定 Locking Screw 锁紧螺钉 ; 固定螺钉 ; 锁闭螺杆 ; 锁紧螺丝 locking spring 锁紧弹簧 ; 锁簧 ; 止动弹簧 ...
Pessimistic locking相关短语
1、 Pessimistic E locking 保守式锁定
2、 Pessimistic and Optimistic Locking 消极锁和乐观锁
Pessimistic locking相关例句
A pessimistic locking strategy assumes that the probability is high that another user will try to modify the same row in a table that you are changing.
悲观锁定策略的前提是,另一个用户很可能试图修改您正在修改的某个表行。
Pessimistic session locking should be used with great discretion, as it serializes access to data across a business process that includes user think time.
必须谨慎使用悲观会话锁定,因为它在业务流程(包括用户思考时间)中序列化数据访问。
Certain critical updates should always be done with pessimistic locking.
进行特定的关键性更新时,应始终使用悲观锁定方式。
Lock the entire table before saving (pessimistic locking).
保存(悲观锁)之前锁定整个表。
As will be discussed later, pessimistic session locking has several problematic situations that need to be addressed, such as the cleaning up of abandoned locks.
在使用悲观会话锁定中需要注意一些问题,例如清理废弃的锁等,这将在稍后进行介绍。
While that JVM was pessimistic and exclusive in its locking semantic, we could support so much more out in the cluster where coordination was implemented in Terracotta.
由于JVM的锁语义是悲观和排他的,因此当把协调关系放到Terracotta中实现,我们就能够在集群中提供更多的支持。