splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
397 stars 9 forks source link

Enable `VACUUM` for Delta tables #322

Closed gruuya closed 1 year ago

gruuya commented 1 year ago

There's one caveat with the current implementation, though it's not a deal breaker IMO—when Delta files are deleted there's no API to determine which table versions are valid, so we delete all but the latest one in our catalog. This means there could be versions which are still working and can be queries via time-travel but are not listed in system.table_versions.