-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GroupBy query not multi-threaded? #96
Milestone
Comments
+1 |
16 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Awesome guys. I'm working on this, will check in a fix soon :). |
I cannot wait to see this in action. :-) |
b-slim
pushed a commit
to b-slim/druid
that referenced
this issue
Jul 30, 2015
abhishekagarwal87
referenced
this issue
in abhishekagarwal87/druid
Dec 14, 2020
Resolve merge conflict
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GroupBy Query is not running in multiple threads because of the mergeRunners() method on GroupByQueryRunnerFactory.
We should adjust it with a configuration switch to switch between using one thread or multiple and have it default to using multiple.
The text was updated successfully, but these errors were encountered: