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

Limit the number of files created by Workgen dynamically

    • Storage Engines
    • 2
    • 2024-03-05 - Claronald

      Workgen can manage a dynamic set of tables by creating/deleting tables to stay within a specific database size:

      • As long as the database size has not reached the specified higher limit, Workgen creates tables.
      • When the database is greater than the higher limit in size, Workgen starts dropping tables until the lower limit has been reached.

      This ticket should address the first scenario as it may cause the database to have "too many files": if the workload does not select any of the newly created files or does very slow operations, Workgen will keep creating files.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: