Home     DB      Replicator      CRM      Solutions  

License Policy
One$ DB FAQ
Pricing Policy
Support Overview
Features
Documentation
Compatible Products
Data Migration
Features Comparison
Performance Comparison
Daffodil DB
User Guide > Features > MVCC > Repeatable Read
 
Repeatable Read 


The Repeatable Read isolation level permits a transaction to obtain read locks on all rows of data that it returns to an application, and write locks on all rows of data that it inserts, updates, or deletes. By using the Repeatable Read isolation level, SELECT statements issued multiple times within the same transaction will always yield the same result. A transaction using the Repeatable Read isolation level can retrieve and manipulate the same rows of data as many times as needed until it completes its task. However, other transactions can insert, update, or delete a row of data that would affect the result table being accessed until the isolating transaction releases its locks.
 
Web Database | SQL Database | Embedded Database
©2006 Daffodil Software Ltd. Contact Us | Disclaimer | Sitemap