a2l007 commented on issue #6057: Broker sends sequential requests to the historical for union queries URL: https://github.com/apache/incubator-druid/issues/6057#issuecomment-422904209 @gianm Parallelizing union queries with the existing design doesn't work even using AsyncQueryRunner as the merging for all the queries except GroupByV1 are performed lazily. I think what would help fix this and union queries overall would be to modify the `Query` interface to accept a list of datasources instead of a single datasource. In this case, the `BrokerServerView` would have to merge the timelines for all the datasources in the list before the segments to be queried are identified. This would essentially condense the queries for each datasource into a single query. What do you think of this proposal?
---------------------------------------------------------------- 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]
