You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/22 16:58:54 UTC

[GitHub] [pinot] GSharayu opened a new issue #7462: Build execution plan without transform operator to optimize simple select queries

GSharayu opened a new issue #7462:
URL: https://github.com/apache/pinot/issues/7462


   This issue is follow up of Issue(#6972): Implement PassThroughTransformOperator to optimize select queries. 
   
   If the user runs simple SELECT queries without involving any transformations, Pinot can help execute them faster by building a better query plan since Pinot has the information available during query compilation. Even though the query didn't have transforms, Pinot engine was still applying unnecessary NO-OP transformation. Improved query planning that skips the transformation phase from query execution plan leads to better performance for such queries. 
   
   This issue will build execution plan without transform operator, hence, for non transform queries, we will remove TransformOperator all together from query plan and execution. The root operator should be project operator
   
   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org