The conceptual difference between save update restore and lookaside eviction is whether a page stays in cache or not after a page is reconciled. The common path for both of them is
- Creating a new page image with the newest version.
- moving the historical versions to lookaside.
Investigate :
- To reuse of lookaside eviction for save update restore.
- To find trigger for save update restore.
- To check whether we need two calls to reconciliation, one for lookaside eviction and other for save update restore, could we do both of them in a single call.
- causes
-
WT-5524 No disk image or page is reinstantiated in __rec_split_write() function
- Closed
-
WT-5600 Checkpoint range never verified error for column store
- Closed
-
WT-5603 test/format assertion failure while discarding in-memory page
- Closed
-
WT-5457 single block reconciliation with saved updates can leak blocks
- Closed
- is depended on by
-
WT-5292 Test the garbage collection by checkpoint
- Closed
- is duplicated by
-
WT-5338 Append the external upd allocated to the only tombstone on chain
- Closed