jihoonson commented on issue #6171: hetrogenous peon configurations URL: https://github.com/apache/incubator-druid/issues/6171#issuecomment-412744634 > 1.7 queries per second * 60 = 102 queries per minute. > to execute 10K queries per minute requires 166 queries per second! @pdeva ok, my previous comment was wrong. To execute 10K queries per min, each query should take at most 6 ms if all they are run in sequential. But, Druid is capable of running queries in parallel, so this shouldn't be a problem. And this is why I said the number of queries matters. How many queries are you running? 10K queries per minute? @jon-wei good point. I forgot the `affinity` configuration. That would address this issue. @gianm thanks for the comment but not sure about `taskResource`. AFAIK, `processing` threads are used for query processing in peons. Does `taskResource` affect to the `processing` configuration too? Or, does it have an effect that a MM is allocated less tasks, so that each task can use more `processing` threads?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
