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

Implement vlen strings in fixed-length meta-dataset to enable vlen string compression #1

Open
anthonytw opened this issue May 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@anthonytw
Copy link
Member

vlen strings are stored in HDF5's heap and not compressed. Fixed-length strings are compressed, but not helpful with datasets of large, irregularly sized texts. A good option to overcome this is a string meta-dataset which stores vlen strings as a dataset of fixed-length character rows and another dataset of start/stop indices to allow subsetting vlen strings as well as string compression.

@anthonytw anthonytw added the enhancement New feature or request label May 22, 2020
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