Skip to content

Writing larger-than-memory dataset #580

Answered by matz-e
wbthomason asked this question in Questions
Discussion options

You must be logged in to vote

Hi, it seems like we're missing a good, easily accesible example for this. Definitely possible, as HDF5 has growing datasets when one uses chunking (but this needs to be set up at dataset creation time). In addition, with dataspaces, one can select only a subset of the datasets to write to, thus not needing to keep all data in memory at all times.

See this part of our unit tests for some basic usage of chunking. I hope that helps!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@wbthomason
Comment options

@matz-e
Comment options

Answer selected by ohm314
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants