repeatable read
常见例句
- This can be used if the isolation level RR (Repeatable Read) is not used by any programs that operate on the same set of tables.
如果对同一组表进行操作的任何程序都没有使用隔离级别 RR(可重复读,Repeatable Read),那么就可以使用上述操作。 - Notice that the ANSI isolation levels and DB2 isolation levels have different names, and "repeatable read" has different meanings.
请注意,ANSI 隔离级别和 DB2 隔离级别使用了不同的名称,“可重复的读取” 也有着不同的含义。 - If the value is set to 1, then the optimizer behaves as it does for value 0 if the transaction isolation mode is not Repeatable Read.
如果将其值设置为 1,那么当事务隔离模式不是可重复读(Repeatable Read)时,优化器的行为就与值为 0 时一样。 返回 repeatable read