-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test wtperf
-
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.
- related to
-
WT-11906 Testy failed with "Too many open files" (EMFILE err 24)
- Open