Shelnutt2/crunch

Add advanced data/delete file support

Shelnutt2 opened this issue · 1 comments

Initial delete support was added in #18. Initial writes in #1.

This issue is to extend the data/delete support to support multiple files containing the data and deletes. The basic idea is anytime an update or delete statement is called, we will end writing new rows to the data file, start a new data file and move deletes to the new file.

This has been wrapped into #40