Evict server should be parallelized

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Incomplete
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Evict-server is single-threaded in wiredtiger. Sometimes it becomes the bottleneck under heavy write workloads. As WT cache-used and cache-dirty get too high, app threads are stuck in evict-worker process but won't help.

      Single-threaded evict-server may lead 2 problems:

      1. Reduce write performance even in multi-core machines.
      2. The related cpu core usage spikes to 100% when evict-server is busy.

        1. image-2021-05-21-17-28-30-711.png
          59 kB
          peng zhenyi
        2. image-2021-05-21-17-30-18-131.png
          88 kB
          peng zhenyi

            Assignee:
            Dmitry Agranat
            Reporter:
            peng zhenyi
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: