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

[pixels-executor] improving filtering performance, especially on string columns. #391

Open
bianhq opened this issue Feb 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bianhq
Copy link
Contributor

bianhq commented Feb 12, 2023

Currently, filtering on string columns is much slower than that in Presto and Trino.

@bianhq bianhq added the enhancement New feature or request label Feb 12, 2023
@bianhq bianhq self-assigned this Feb 12, 2023
@bianhq bianhq added this to the General Performance milestone Feb 18, 2023
@bianhq
Copy link
Contributor Author

bianhq commented Jul 13, 2023

Filters should be pushed down into the column readers so that for dictionary-encoded string columns, we can filter before decoding.

bianhq added a commit that referenced this issue Jul 15, 2023
Using mvn install instead of mvn package in install.sh.
Fix exception print in vHive invoker.
@bianhq bianhq changed the title [pixels-executor]: improving filtering performance, especially on string columns. [pixels-executor] improving filtering performance, especially on string columns. Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant