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

Per-object backend options #13

Open
tskisner opened this issue Aug 1, 2017 · 0 comments
Open

Per-object backend options #13

tskisner opened this issue Aug 1, 2017 · 0 comments

Comments

@tskisner
Copy link
Member

tskisner commented Aug 1, 2017

Currently the selection of the backend format (e.g. HDF5) and all options to that backend (compression, chunksize, etc) are set at the volume level and applied to all groups within the volume. This is not ideal, since different kinds of data will require different options. Each object has all of the backend options stored in its location (backend_path object). We should devise a way to set these differently on a per-object basis. One possibility that would be easy to implement would be to use a selection string to specify which objects to set to a particular configuration.

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