FrankChen021 commented on issue #11933: URL: https://github.com/apache/druid/issues/11933#issuecomment-1272271552
Hi @paul-rogers , your operator implementation is based on volcano model right? Not sure if you have investigated the [ClickHouse's query execution engine](https://presentations.clickhouse.com/meetup24/5.%20Clickhouse%20query%20execution%20pipeline%20changes/#processors-1) which is based on PUSH model. This model is faster than the PULL-based volcano model. I think it is worth taking a look. -- 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]
