Deleting external table takes 8 hrs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:08 AM
Hi,
I am trying to delete the data from the external partitioned table, it has around 3 years of data, and the partition is created on the date column.
I am trying to delete each partition first and then the schema of the table, which takes around 8hrs of time. Is there any way to reduce this time?
Thanks.