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

Replace all seek-related key_string::Value parameters in SortedDataInterface with StringData

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Execution
    • Execution Team 2024-04-29, Execution Team 2024-05-13

      The key_string::Value type is an owned buffer type that unnecessarily limits callers to passing owned data. All functions SortedDataInterface take a key_string::Value by const reference. We can replace these parameters with StringData instead, which allows the caller to define how it constructs and passes its Keystring.

            Assignee:
            wei.hu@mongodb.com Wei Hu
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: