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

Adaptively call wiredtiger_calc_modify

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • v5.0

      When updating in wiredtiger record store, wiredtiger_calc_modify is called to attempt to get a diff for faster update. However, when it fails to calculate such a diff, the time goes wasted. For certain workload (e.g. time series), we found that the calculation rarely succeeds and slows down the updates. We would like to implement a general heuristic (not just for time series) to adaptively increase or decrease the frequency on attempting to do the calculation.

      After implementing the heuristic, the "engineering solution" for time-series in the linked ticket should be removed.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated: