-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
Execution Team 2020-09-07, Execution Team 2020-09-21, Execution Team 2020-10-05
In order to prevent cache pressure, background validation should periodically start a new storage transaction at the same read timestamp and then roll back its current storage transaction. This overlap of transactions should prevent WiredTiger from evicting data needed by the transactions, but the establishment of a new snapshot will allow eviction to move newly committed updates into the durable history store.
- duplicates
-
SERVER-47681 Background validation uses the kNoOverlap read source instead of kAllDurableSnapshot to prevent us from having to take the PBWM lock on secondaries
- Closed