Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-947

Support new readConcern level "linearizable"

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major - P3
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      A linearizable read avoids returning reads from a "stale" primary (one that has already been superseded by a new primary but doesn't know it yet). It is important to note that readConcern level linearizable does not by itself produce linearizable reads; they must be issued in conjunction with w:majority writes to the same document(s) in order to be linearizable.

      This feature is exposed as a new value for readConcern.level, "linearizable".

      Attachments

        Issue Links

          Activity

            People

              backlog-cxx-driver Backlog - CXX Driver Team
              rathi.gnanasekaran Rathi Gnanasekaran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: