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

Adding pushdown filers, enum column #2

Merged
merged 1 commit into from
Jun 19, 2021
Merged

Adding pushdown filers, enum column #2

merged 1 commit into from
Jun 19, 2021

Conversation

kelindar
Copy link
Owner

This adds a cleaner interfaces for column implementation and includes push-down filters for faster filter. On top of that, I've added an enum column, a column that is optimized for small cardinality strings. It's about 30% faster than the other one. Seems to also work fine with around 500 strings ironically.

@kelindar kelindar merged commit d617816 into main Jun 19, 2021
@kelindar kelindar deleted the strings branch June 19, 2021 18:07
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

Successfully merging this pull request may close these issues.

1 participant