Improve steady-state write implementation for columnstore indexing.

XMLWordPrintableJSON

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

      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 Stearn
            Reporter:
            Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: