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

Common BulkBuilder implementation for SortedDataIndexAccessMethod and ColumnStoreAccessMethod

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

      The standard bulk builder for B-tree indexes and the column store bulk builder share a lot of logic but have completely separate commit() functions that duplicate a lot of functionality. It may be worthwhile to refactor this code so that there is a single commit() function that can use dynamic dispatch to alter its behavior for the type of index it is loading.

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            justin.seyster@mongodb.com Justin Seyster
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: