Fix slow performance in workload generation

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Test Model
    • Storage Engines, Storage Engines - Persistence
    • StorEng - Defined Pipeline
    • None

      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:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Peter Macko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: