-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
StorEng - Defined Pipeline
This ticket was created to implement the below API's for record stores.
- get_key/get_value for record stores.
- set_key/set_value for record stores.
MongoDB record stores use key_format=q,value_format=u. I.e., a 64-bit integer key and a WT_ITEM value.
WT-11634 will be used to create similar API's for index use-cases when the key and value are both WT_ITEM's.
- is related to
-
WT-11634 Investigate optimizations for the set_key/value functions for MongoDB index use cases.
- Closed