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

Support creating realms in "pure" in-memory mode

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

      Currently Core supports an in-memory mode, but it still temporarily uses a backing memory mapped file (it just never explicitly syncs it to disk). It does this so that multiple processes can concurrently work on the same in-memory dataset.

      This is generally a good thing, but for running under wasm, memory mapped files become very problematic, and there is no need for multi-process support there anyways. So it would be very useful to support a "pure" in-memory mode that uses regular allocations rather than memory mappings.

            Assignee:
            jorgen.edelbo@mongodb.com Jørgen Edelbo
            Reporter:
            alexander.stigsen@mongodb.com Alexander Stigsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: