Tupl icon indicating copy to clipboard operation
Tupl copied to clipboard

Define a Table re-encode method

Open broneill opened this issue 1 year ago • 0 comments

When a column is dropped or changed, the old table rows still exist, bit with the old schema. To free up space, define a new Table method which iterates over all the rows and updates them to match the current schema, returning the number of rows which needed to be updated.

broneill avatar Sep 25 '23 16:09 broneill