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

Enable dataset shape extent to be reduced #245

Closed
jreadey opened this issue Aug 8, 2023 · 1 comment
Closed

Enable dataset shape extent to be reduced #245

jreadey opened this issue Aug 8, 2023 · 1 comment
Assignees

Comments

@jreadey
Copy link
Member

jreadey commented Aug 8, 2023

Currently dataset shapes can only be made larger (up to max_size), not reduced. Support reduction of dimension extents similar to how the HDF5 library works.

This will require the ability for HSDS to delete chunks as they no longer are part of a dataset.

@mattjala
Copy link
Contributor

Implemented in #266, though see #272 for a known issue with decreasing then increasing size.

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

2 participants