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

Optimize EQ/NE string search

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

      Optimize query/search with EQ/NE

      String translation to StringID (interned string ID) is currently done for each array search. This task is to move the translation up the call chain, such that it is done only once for a column.

      Note: Even if a string has not been interned, it may still be present in leaf arrays which have not been interned (interned and non-interned leafs may coexist within a column)

            Assignee:
            nicola.cabiddu@mongodb.com Nicola Cabiddu
            Reporter:
            finn.schiermer-andersen@mongodb.com Finn Andersen (Inactive)
            AD Core
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: