Optimize sorting of interned strings

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      First iteration of string interning will decompress all strings involved in sorting a query result. This is wasteful and especially so in the context where the sort is followed LIMIT.

       

      This task is about using CompressedStringView to refer to strings in the sorting stage instead of using StringData which requires a decompressed string in memory.

            Assignee:
            Nicola Cabiddu
            Reporter:
            Finn Andersen (Inactive)
            Archiver:
            Marc Greenfield

              Created:
              Updated:
              Resolved:
              Archived: