A transaction running under snapshot isolation level can view changes made by that transaction.
在snapshot隔离级别下运行的事务可以查看由该事务所做的更改。
provided by jukuu
如果您未在客户端显式定义隔离级别,DB2将默认使用CS。
互联网摘选
SELECT, the isolation level will affect the locks obtained for the SELECT.
SELECT,则隔离级别将影响从SELECT获得的锁。
互联网摘选
新的Currently Committed隔离级别在处理写者事务的同时,允许系统中的其他读者事务读取数据。
互联网摘选
DB2能够逐个地为查询指定隔离级别,这里就使用了这一功能。
互联网摘选
Use the Cursor Stability isolation level when possible to decrease the number of share locks held.
当有可能减少所持有共享锁的数量时,可以使用游标稳定性(Cursor Stability)隔离级别。
互联网摘选
The RR isolation level ensures maximum data integrity at the cost of high performance.
RR隔离级别保证了最大程度的数据集成,同时以高性能为代价。
互联网摘选
The example analysis of isolation level of transaction processing in SQL Server
Sql Server中事务处理的隔离级别的实例分析
互联网摘选
With the fix, the values for isolation level and lock mode are complete-connection level setting.
经过这样的修复后,隔离级别的值和锁定模式都是完全连接级(complete-connection level)设置。
互联网摘选
The isolation level is set at the transaction level using the SET TRANSACTION statement.
使用SET TRANSACTION语句在事务级设置隔离级别。
互联网摘选
J2EE规范定义了用来为具体EJB方法指定事务隔离级别的部署描述符属性。
互联网摘选
DB2遵从用于以下隔离级别的带表锁及行锁的并发控制的ANSI标准
互联网摘选
这些next key锁只有在key INSERT发现带有Repeatable Read(RR)隔离级别的扫描器在索引中的next-higher键上有一个行锁时才能获得。
互联网摘选
释放行锁,以便其他应用程序可以对表执行SELECT、INSERT、UPDATE和DELETE(例如,使用游标稳定性(cursor stability)隔离级别或未提交读(uncommitted read)隔离级别)。
互联网摘选
