...:一个事务只能读取已经提交的事务所做的修改。换句话说,一个事务所做的修改在提交之前对其它事务是不可见的。可避免脏读的发生。 可重复读(REPEATABLE READ):保证在同一个事务中多次读取同样数据的结果是一样的。可避免脏读、不可重复读的发生。
基于1518个网页-相关网页
不成重复读(Unrepeatable Read):当一个事件读取一个数值项,然后重新读取这个数值项并看到不同的值时就是发生了这种情况例如:在同一事件中两次读取同一数值项读到...
基于260个网页-相关网页
Non-repeatable Read 不可重复读 ; 不可重复的读 ; 非重复读 ; 重复读
RR-Repeatable Read 可重复读
Repeatable read isolation 可重复读级别
non-repeatable read problem 不可重复读问题
REPEATABLE-READ 可重复读
locking REPEATABLE READ 锁可重复读
read-uncommited read-commited repeatable-read serializable 提交前读
READ REPEATABLE 可重复读
Read committed, Read uncommitted, Repeatable Read, Serializable.
提交读,未提交读,可重复读,可串行读。
Repeatable read — the transaction always reads the same data during the transaction.
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(未提交读)。
应用推荐