返回
英语词组短语

REPEATABLE-READ

[rɪˈpiːtəbl riːd]

可重复读取:在数据库事务隔离级别中的一种级别,保证在同一事务中多次读取同一数据时,结果始终一致。

REPEATABLE-READ网络翻译

可重复读

... serializable(可串行化) 1.REPEATABLE-READ(可重复读) 2.READ-COMMITTED(读取提交内容) ...

REPEATABLE-READ常用短语

1. Repeatable read isolation:可重复读级别

2. non-repeatable read problem:不可重复读问题

3. locking REPEATABLE READ:锁可重复读

4. read-uncommited read-commited repeatable-read serializable:提交前读

5. READ REPEATABLE:可重复读

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(未提交读)。

With the "Repeatable Read" data region fetch requests issued multiple times within the same transaction will always produce the same result yielding better application throughput.

在相同事务下对“可重复读取”区域内数据的多次请求的结果是相同的,但能够带来更好的应用吞吐量。

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不会添加键到可重复的读扫描器。

相关单词

Copyright © 2024 www.zxfy.com All Rights Reserved. 版权所有:在线翻译网

ICP备案号:皖ICP备2024052514号-1

script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();

Top