Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 01:52 PM
When you run updates, deletes etc on a delta table, new files are created. However, the old files are not automatically deleted. This is to allow for features like time travel on the Delta tables.
In order to delete older files for a delta table, you can use the vacuum command.
https://docs.databricks.com/sql/language-manual/delta-vacuum.html