nibinqtl commented on issue #17486: URL: https://github.com/apache/druid/issues/17486#issuecomment-2482960716
I found this API endpoint achieved exactly what I want: https://druid.apache.org/docs/31.0.0/api-reference/data-management-api#permanently-delete-segments It reduced the size of var/druid/segments/ down to 5% and var/druid/segments-cache/ is untouched. According to the document, this API should only delete "unused segments". I noticed that most compacted segments var/druid/segments/ also got deleted. Maybe it is because there is another copy under var/druid/segments-cache/? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
