-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Btree
-
Storage Engines
-
None
-
None
Currently, in the delta POC, we always encode the value into the delta even the new change is a delete (tombstone). We should be able to only encode the delete without the value in the delta to reduce the delta size.