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

Use column store instead of row store for data table

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: WiredTiger
    • None
    • Fully Compatible

      There is a potential performance win to change the data tables (as opposed to the index or metadata/catalog tables) to use column store format instead of row store (see: http://source.wiredtiger.com/develop/schema.html#schema_format_types).

      This is because each document is stored with an internal integer id and normal access patterns can take advantage of columnar lookup. This would require a great deal of testing to prove out, but we've seen up to 30% perf improvements with some read only workloads.

            Assignee:
            david.hows David Hows
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: