didip opened a new issue #12020:
URL: https://github.com/apache/druid/issues/12020


   ### Description
   
   I think Historical could benefit from two different type of 
druid.segmentCache.numLoadingThreads.
   
   One is for when historical is cold booted, it needs as much threads as 
possible to download all the segment files.
   
   And then, when all segments are available, there’s another setting that can 
throttle it down so that it does not take too much IOPS.
   
   ### Motivation
   
   When deploying in AWS, EBS IOPS is precious, if we can reduce the IOPS used 
for loading segments, we can use them for serving queries.


-- 
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]

Reply via email to