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

introduce dictionary to allow string compression #210

Open
mtuncer opened this issue Apr 2, 2019 · 0 comments
Open

introduce dictionary to allow string compression #210

mtuncer opened this issue Apr 2, 2019 · 0 comments

Comments

@mtuncer
Copy link
Member

mtuncer commented Apr 2, 2019

This would make sense if a text column contains values from a set of strings. We could cache those strings in a dictionary and store only references.

This approach requires some re-design on data storage and querying. I am noting here to keep in mind for future work.

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

No branches or pull requests

1 participant