amrishlal commented on pull request #7210: URL: https://github.com/apache/pinot/pull/7210#issuecomment-894584129
> Late to this discussion. I have the same question on why additional constructs are needed under `explain` package. Shouldn't it be easier to send a bit along with the request to the servers for skipping the execution and just collecting the stats back to the broker? The server-side implementation is currently being worked on, but given the large potential scope of the EXPLAIN plan functionality (logical plan, physical plan, run-time costs, plus possible profiling information), I don't think that even the server-side implementation would be considered close to "done" in any sense. IMHO, the best case scenario is probably a BETA cut that should be integrated into the codebase (possibly under an execution flag) sooner than later so that we can start iterating upon it. Anything that is merged at this point will drastically change if / when we get to the point of sending EXPLAIN query to all the servers for collecting profiling cost information, etc. -- 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]
