-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
3
-
Storage - Ra 2020-04-20, Storage - Ra 2020-05-04, Storage - Ra 2020-05-18
Before durable history, WT doesn't maintain any history window of values after the restart. WIth durable history, it is possible to retain the history window.
Currently, the history window is retained by setting oldest_timestamp as 0 instead of actual oldest_timestamp value that is required by the history window.
When user is setting the oldest timestamp, WT should traverse the list of checkpoints of history store and use the oldest checkpoint timestamp as the minimum valid timestamp.
- duplicates
-
WT-6331 Set oldest timestamp on startup of WiredTiger
- Closed