Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11002

Make oplog queries with point equality on ts field use getOplogStartHack (SERVER-29843)

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 3.6.0-rc4
    • None
    • manual, Server

    Description

      Documentation Request Summary:

      No documentation summary in engineering ticket

      Engineering Ticket Description:

      Doing point queries on the ts field is slow in the oplog because the oplog does not have any indexes. WT has a hack that allows it to do binary search on the ts field but is only enabled when the query predicate has top level $gt/$gte.

      This is needed by retryable writes in order to do fast lookup on oplog entries when traversing through the write history within a transaction.

      Attachments

        Activity

          People

            andrew.aldridge@mongodb.com Andrew Aldridge
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              6 years, 3 weeks, 1 day ago