Optimize bulk inserts on collections with column index

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When doing a bulk insert into a collection with a column index, we should also bulk insert keys into the column index itself. This can be done by generating all of the keys for the documents inserted, and inserting all of the keys for path 'a' together, then all of the keys for path 'b' together, etc etc.

      To do this, we should change the column key generator so that it can generate keys for multiple documents, and then visit all of the keys for one path, then the next, and so on.

            Assignee:
            [DO NOT USE] Backlog - Query Execution
            Reporter:
            Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: