Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-52892

Perform capped deletes in the same WUOW as inserts

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Execution
    • Execution Team 2020-12-28, Execution Team 2021-01-11

      Capped deletes are the only remaining area where MongoDB performs untimestamped writes to replicated collections. This is a very complicated edge case for WiredTiger, and not doing it at all would give us increased confidence in the code while allowing WT to add more correctness assertions (WT-6838).

      It is relatively simple to investigate whether we can perform capped deletes in the same WT transaction as inserts without doing all of the work in SERVER-16049

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            1 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: