Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 10:53 AM
It's recommended to use the overwrite option. Overwrite the table data and run a VACUUM command.
- To Delete the data from a Managed Delta table, the DROP TABLE command can be used.
- If it's an external table, then run a DELETE query on the table and then execute VACUUM with RETAIN HOURS 0
- CREATE or REPLACE table can also be used
- We do not recommend deleting the files from the underlying storage directly. That can cause issues with the transaction logs