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

Improve steady-state write implementation for columnstore indexing.

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL

      Some notable improvements to be made, along with a general increased scrutiny for performance sensibility:

      • updates are doing a remove + insert rather than an update.
      • Use the WriteCursor API and reuse a WriteCursor rather than using the individual CRUD APIs which create individual temporary write cursors.
      • When inserting multiple object ("bulk insert") pass the column store cells grouped by column rather than by recordid.

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: