Delete the OplogStart stage

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.2
    • Affects Version/s: None
    • Component/s: Querying, Storage
    • None
    • Fully Compatible
    • Query 2018-07-30
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This stage was used for optimizing predicates of the shape {ts: {$gte: <Timestamp>}} on the oplog. However, its implementation was MMAP-specific. On WiredTiger systems, the ts of each oplog entry forms the RecordId for the WT table backing the oplog. The beginning of the oplog scan can be found efficiently by simply seeking to the appropriate RecordId.

      Since MMAP is no longer supported, OplogStart can be removed.

            Assignee:
            David Storch
            Reporter:
            David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: