Skip to content

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

@anthonytw

Description

@anthonytw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions