Make oplog queries with point equality on ts field use getOplogStartHack

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.6.0-rc4
    • Affects Version/s: 3.5.9
    • Component/s: Querying
    • None
    • Minor Change
    • Sharding 2017-10-02, Query 2017-10-23, Query 2017-11-13
    • 35
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Tess Avitabile (Inactive)
            Reporter:
            Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: