-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
Security Level: Public (Available to anyone on the web)
-
Storage Engines
-
1,699.782
-
SE Transactions - 2026-04-10
-
3
__wt_update_obsolete_check is 1.19% flat CPU on 95read/5update YCSB at 128 threads. It runs on every update, acquires a page spinlock, reads globals, walks the chain — all for nothing when the chain has only one prior entry. Fix: add upd->next->next == NULL to the early exit in __wt_update_serial.
- related to
-
WT-17182 test_update_obsolete_short_chain stat assertion failure self.assertGreater(removed_after_checkpoint, removed_after_second)
-
- Open
-
-
WT-17136 9.99% decrease in cursor_update_instructions in Variant amazon2023-perf-tests-arm64-only for Task cppsuite-api-instruction-count-benchmarks-default-perf in Test api_instruction_count_benchmarks
-
- Closed
-