Skip to content
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

Build execution plan without transform operator to optimize simple select queries #7462

Open
GSharayu opened this issue Sep 22, 2021 · 0 comments

Comments

@GSharayu
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant