Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-571

Provide stable/snapshot result of queries on mutable realms

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Local
    • None

      Current result of MutableRealm.query will return a RealmQuery that reevaluates and updates according to changes done during the write. This is difficult to reason about and can make iteration of the result slower (as seen in #886).

      We should most likely issue results operating on a fixed snapshot of live elements, so that result is stable but still allowed updates of the elements.

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: