himanshug commented on issue #9457: Make delete from deep storage multi-threaded URL: https://github.com/apache/druid/issues/9457#issuecomment-598308010 another avenue to explore would be to batch the delete calls from FS if Hdfs supports batch deletion. That could potentially be much faster without introducing multithreading in there. I see that delete from metadata store are already batched, but FS delete calls are done one after another.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
