-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
None
-
Storage Engines
The workload generator should be able to explicitly request certain database pages to be evicted to ensure that we properly test both kinds of keeping version history—the history store (on disk) and the skip-lists (in the memory). This would likely take a form of a new workload operation.
The explicit eviction can be achieved by:
- Creating a new cursor with debug=(release_evict).
- Reading a key.
- Resting the cursor.
- Closing the cursor.
- is related to
-
WT-12972 Enable the eviction operator in the workload generator
- Closed