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

Optimize the full index scan when converting an index to unique through collMod

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Storage Execution

      While the current performance is good for the use case of 6.0, there are several things that can be cleaned up to make the loop scanning the index more efficient. For example: using the SortedDataInterface::Cursor directly instead of with DataThrottle; making sure we're not doing extra copies; using simpler data structures, etc.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: