fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

LiveDocsFormat will perform a read of the bit vector in the case where we are doing a simple insert.

Open jleach4 opened this issue 1 year ago • 0 comments

LiveDocsFormat needs to be lazy as well in cases where we have a large number of deletes. Need additional lazy semantics so single row insert does not perform reads of all the deleted bits.

jleach4 avatar Jun 20 '23 19:06 jleach4