What are the different options available to delete tables/segments ? Using a API it's taking lot of time as we have > 20k segments.
m
Mayank
06/15/2021, 11:47 PM
Are you using deep-store? If so, which one?
Mayank
06/15/2021, 11:49 PM
I have seen it take time because by default deleted segments are copied to DeletedSegments folder (more as precaution for production env, where there can be accidental deletes). Perhaps we can provide an option to bypass that. Could you please file an issue for that?
Mayank
06/15/2021, 11:50 PM
If this is just in a test/staging env, if you manually delete the segments from controller, it will be faster. But this is just a hack, and not to be done in prod env.
s
Surendra
06/16/2021, 12:01 AM
Thanks for the info. We are using s3 as deep store , I will open a ticket for that.