Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12891

Fix slow performance in workload generation

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Not Applicable
    • Labels:
    • Storage Engines
    • StorEng - Defined Pipeline

      The model's workload generator is really slow! As a part of the workload generation process, it checks which transactions cannot be reordered with each other. The checks are inefficient, and the workload generator does O(n^2) check, where n is the number of transactions. As a result, the cost starts to become impractical for workloads with more than 2000 or 3000 transactions.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            peter.macko@mongodb.com Peter Macko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: