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

hsload inefficient for zero-filled datasets #35

Open
jreadey opened this issue Aug 9, 2017 · 0 comments
Open

hsload inefficient for zero-filled datasets #35

jreadey opened this issue Aug 9, 2017 · 0 comments
Assignees

Comments

@jreadey
Copy link
Member

jreadey commented Aug 9, 2017

hsload isn't inspecting chunks prior to writing them to the server. This results in the server needlessly allocated chunks on the server and increased file size.

hsload should inspect each chunk and skip the write if the chunk is all zeros (or whatever the fill value is).

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

No branches or pull requests

1 participant