-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
None
-
Storage Engines, Storage Engines - Transactions
-
7,991.03
-
SE Transactions - 2025-10-24
-
1
WT_BTREE_READONLY is unlikely to be true in ASC. Therefore, we should swap the two checks here to reduce the perf impact on ASC:
/* Skip read-only btrees if we are not looking for clean pages. */
if (!F_ISSET(evict, WT_EVICT_CACHE_CLEAN) && F_ISSET(btree, WT_BTREE_READONLY)) {
WT_STAT_CONN_INCR(session, eviction_server_skip_trees_read_only);
continue;
}
- related to
-
WT-15477 Track eviction max stats per database run
-
- Closed
-
-
WT-18485 Restore read-only eviction walk skip with dedicated handling for outdated trees
-
- Open
-
-
WT-15002 Remove the WT_DELTA_CELL_LEAF structure and change leaf page delta format
-
- Closed
-
-
WT-15719 Use WT high-level configuration parameters for 'configure-combinations' test
-
- Closed
-