We added a new API to WiredTiger that supports modifying an existing value by specifying a vector of changes to that value. The API currently instantiates the value internally. This ticket covers the work to store the change delta internally as often as possible to avoid the overhead of instantiating large objects.
- depends on
-
WT-2972 Add interface allowing partial updates to existing values
- Closed
- is duplicated by
-
SERVER-12773 Investigate more efficient update+replacement algorithms
- Closed
- links to