-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
WiredTiger currently flushes dirty content from cache prior to starting a checkpoint. That was beneficial in some workloads, but appears detrimental (or at least wasted effort) in others. It would be good to add a mechanism that detects whether write-leaves is being useful and enables or disables it.
This concept could be extended to deciding whether to fsync handles prior to starting the checkpoint and other checkpoint optimizations as well.
- related to
-
WT-2764 Optimize checkpoints to reduce throughput disruption
- Closed