单词 | repeatable read |
释义 | 例句释义: 可重读,可重复读,可重复读取,可重复的读 1. 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(可重复读,RepeatableRead),那么就可以使用上述操作。 www.ibm.com 2. READPAST can only be specified in transactions operating at the READ COMMITTED or REPEATABLE READ isolation levels. 仅可在运行于READCOMMITTED或REPEATABLEREAD隔离级别的事务中指定READPAST。 msdn2.microsoft.com 3. This leads to a database deadlock when the transaction isolation level of the connection is TRANSACTION_REPEATABLE_READ. 当连接的事务隔离级别是TRANSACTION_REPEATABLE_READ时,将导致数据库死锁。 www.ibm.com 4. The concurrency decreases and data integrity increases when you move the isolation level from uncommitted read (UR) to repeatable read (RR). 当隔离级别从未提交读取(UR)移动到可重复读取(RR)过程中,并发性下降,数据集成性提高。 www.ibm.com 5. If the transaction isolation mode is Repeatable Read, then the optimizer would base its choice purely on the estimated costs. 如果事务隔离模式是可重复读(RepeatableRead),那么优化器会将其选择完全基于估算成本。 www.ibm.com 6. Repeatable read -- The transaction always reads the same data during the transaction. Repeatableread(可重读)——在事务过程中,事务始终读取相同的数据。 www.ibm.com 7. REPEATABLE READ is a more restrictive isolation level than READ COMMITTED. REPEATABLEREAD是比READCOMMITTED限制性更强的隔离级别。 msdn2.microsoft.com 8. 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,那么当事务隔离模式不是可重复读(RepeatableRead)时,优化器的行为就与值为0时一样。 www.ibm.com 9. Notice that the ANSI isolation levels and DB2 isolation levels have different names, and "repeatable read" has different meanings. 请注意,ANSI隔离级别和DB2隔离级别使用了不同的名称,“可重复的读取”也有着不同的含义。 www.ibm.com 10. DB2's internal isolation level for this is referred to as Repeatable Read. 在DB2内部的该隔离级被称为可重复读(RepeatableRead)。 www.ibm.com 1. By default, MySQL uses the Repeatable Read isolation level for all transactions. 默认情况下,MySQL对所有事务使用RepeatableRead隔离级别。 www-128.ibm.com 2. Using the Repeatable Read isolation level may result in an automatic table lock in some cases. 使用可重复读隔离级别在某些情况下可能会导致自动执行表锁定。 www.ibm.com 3. For an OLTP query, you can set the value to 0 or 1 with the isolation level not set to REPEATABLE READ. 对于OLTP查询,可以将该值设为0或1,而隔离级别不设为REPEATABLEREAD。 www.ibm.com 4. Known as Repeatable Read in DB2, this is the strongest isolation level. 在DB2中称为RepeatableRead,是最强的隔离级别。 www.ibm.com 5. for example , reading from a read - only look up table doesn t require repeatable read , and uncommitted read is sufficient. 比如,读取只读的查找表不需要可重复读级别,未提交读级别就足够了。 www.ichacha.net 6. In SQL Server 2000, a user transaction was required if the isolation level was REPEATABLE READ or higher. 在SQLServer2000中,如果隔离级别是REPEATABLEREAD或更高,则必须指定用户事务。 msdn2.microsoft.com 7. Any connections acquired from this data source will have a transaction isolation level set to REPEATABLE_READ. 任何从该数据源获得的连接都将包含设置为REPEATABLE_READ的事务隔离级别。 www.ibm.com 8. set global transaction isolation level repeatable read; 命令行,开始事务时 blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。