Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-2157

Optimize sorting of interned strings

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 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@mongodb.com Nicola Cabiddu
            Reporter:
            finn.schiermer-andersen@mongodb.com Finn Andersen (Inactive)
            AD Sync Client
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: