Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13329

Flush different regions of mmap files in parallel to achieve higher flush times on Windows

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Concurrency, Storage
    • None

      Presently mmap'ed file flush happens in sequence for multiple files. This results in long flush times on Azure / Windows platform where the OS is not able to do concurrent flushes of the contents of the file. See SERVER-12401 for more details.

      The issue is especially critical if there are lot of random updates that dirty large parts of the mmap'ed region. At some point (Q3'14?) Microsoft will release the fix for the Windows Cache Manager, and we will be able to flush file regions in parallel. It will provide better performance than SERVER-12733 on average.

            Assignee:
            geert.bosch@mongodb.com Geert Bosch
            Reporter:
            alex.komyagin@mongodb.com Alexander Komyagin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: