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

Avoid updating column index unnecessarily

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Query Execution

      This ticket is to investigate whether whether we perform unnecessary writes when doing updates with a column index, and to fix such cases.

      Case 1: The column index has a columnstoreProjection, and a field that does not fall into the projection is modified. This should not require us to write to the index at all.

      Case 2: Only one (or a handful) of paths are modified in an update. The unmodified paths should not have to be re-written.

       

            Assignee:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Reporter:
            ian.boros@mongodb.com Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: