RealmResults bulk updates

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

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Local
    • None

      Bulk updating properties is pretty easy using existing API's, but do suffer from performance issues as data has to be moved across the JNI boundary for each object update. Instead, in the Realm Java API, we had a bulk update API, looking something like this:

      Unable to find source-code formatter for language: kotlin. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      RealmResults.setValue(property: String, value: Any?)
      

      We should introduce something similar in Kotlin.

            Assignee:
            Unassigned
            Reporter:
            Christian Melchior (Inactive)
            Archiver:
            Marc Greenfield

              Created:
              Updated:
              Resolved:
              Archived: