Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-289

Add support for read-committed isolation

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.3
    • Affects Version/s: None
    • Component/s: None
    • None

      WiredTiger currently supports read-uncommitted isolation, which allows reads of data that may be rolled back, and snapshot isolation, which provides strong read consistency but aborts transactions that attempt to update items that were updated by a concurrent transaction.

      Add support for read-committed isolation, which provides some level of read consistency: essentially, a snapshot that is periodically updated as the transaction runs. This is equivalent to SQL Server's "snapshot read committed" isolation level.

      Further, move the cursor "isolation" setting into the session handle, and support read-committed isolation for non-transactional operations. The session-level isolation level will default to read-committed, and be the default level for transactions where no isolation level is specified.

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: