-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Statistics
-
Storage Engines, Storage Engines - Transactions
-
None
-
3
__block_first_srch() is a linear time function, this ticket is to add statistics to measure the time taken on the linear walk of available chunks in this function, to help us identify if compaction slowness is from it.
As this function is a hot path please add performance tests to verify if it impacts WT performance.