You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/03/12 17:13:41 UTC

[GitHub] [druid] himanshug commented on issue #9457: Make delete from deep storage multi-threaded

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org