pranadb icon indicating copy to clipboard operation
pranadb copied to clipboard

Consider removing row modifications

Open purplefox opened this issue 2 years ago • 0 comments

When we pass through a RowBatch in a push DAG, an entry can be an addition, modification or delete - i.e. we pass prev row and current row. Instead we could just pass a row, and it can either be a delete or a put. A modification is just a delete followed by a put. This should simplify the current logic.

purplefox avatar Sep 17 '22 08:09 purplefox