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

WiredTigerRecordStore to use a byte array key format

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2021-02-22

      We should investigate implementing a general concept of a key format that is independent of the storage engine.

      With the clustered indexes project, a new key format is used in WiredTiger's table creation, key_format=12s. Existing tables use key_format=q.

      An approach for generalizing the key format could be to use a raw byte array, key_format=u. See https://source.wiredtiger.com/develop/group__wt.html#struct_w_t___i_t_e_m

       

            Assignee:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Reporter:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: