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

Changes in QueryInvertedSortedIndexRecommender to handle non-dimension columns #7018

Open
GSharayu opened this issue Jun 3, 2021 · 0 comments

Comments

@GSharayu
Copy link
Contributor

GSharayu commented Jun 3, 2021

Typically the dimension columns are used in filter and group by. However, technically nothing prevents user from doing a filter on a non-dimension column. So, we need to update the query inverted index and sorted index recommender (QueryInvertedSortedIndexRecommender) and remove this limitation. This will allow rule engine to recommend inverted or sorted index on non-dimension columns as well
This issue is followup for issue #6937

@GSharayu GSharayu changed the title Changes in inverted index rule engine to handle DateTime column Changes in query inverted and sorted index rule engine recommender to handle non-dimension columns Jun 4, 2021
@GSharayu GSharayu changed the title Changes in query inverted and sorted index rule engine recommender to handle non-dimension columns Changes in QueryInvertedSortedIndexRecommender to handle non-dimension columns Jun 4, 2021
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