-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The changes I am introducing for WT-5478 do not use a cursor in the standard way. I am using the history store cursor to create the key and value in the ITEM forms, but then I am doing an internal row search and inserting manually created update chain on the history store page.
We could encapsulate that functionality in a new history store cursor type. The usage of the history store cursor will then appear the same as any other cursor and the insertion/deletion by directly putting updated on the page will be abstracted out.
- depends on
-
WT-6857 Define a new cursor for the history store access.
- Closed
-
WT-6858 Implement insert method for the history store cursor
- Closed
-
WT-6859 Implement search_near method for the history store cursor
- Closed
- is duplicated by
-
WT-5823 Review and cleanup history store cursor internal functions
- Closed
- is related to
-
WT-5478 Insert records directly into history store without a txn
- Closed