locking REPEATABLE READ的意思|示意

美 / / 英 / /

锁定可重复读


locking REPEATABLE READ的网络常见释义

锁可重复读 ... 度2=锁读已提交(locking READ COMMITTED) 锁可重复读(locking REPEATABLE READ) 度3=锁可串行化(locking SERIALIZABLE) ...

locking REPEATABLE READ相关例句

However, for entity beans this rule has to be relaxed; due to the nature of the model, most pessimistic locking access intents require at least Repeatable Read.

但是,对于实体Bean则可不遵循此规则,由于该模型本身的特性,多数悲观锁定访问都需要至少Repeatable Read。

Supports table and row level locking and 4 isolation levels, RR (repeatable read), rs (read stability), CS (default - cursor stability) and ur (uncommitted read).

支持表级和行级锁以及4个隔离级别:RR(可重复读)、RS(读可靠)、CS(默认——游标可靠)和UR(未提交读)。

In fact, the only row-level locking that remains during INSERT is the next-key locks that are required to protect an INSERT from adding keys to repeatable read scanners.

实际上,在INSERT期间惟一保持的行级锁是next - key锁,这个锁用于使INSERT不会添加键到可重复的读扫描器。