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

Add hdf5 #4

Open
mverleg opened this issue Jun 5, 2017 · 4 comments
Open

Add hdf5 #4

mverleg opened this issue Jun 5, 2017 · 4 comments

Comments

@mverleg
Copy link
Owner

mverleg commented Jun 5, 2017

No description provided.

mverleg added a commit that referenced this issue Apr 13, 2020
@mverleg
Copy link
Owner Author

mverleg commented Apr 13, 2020

bm_random

I'm skeptical that this measures real write speed, because it's faster than binary.

I have a flush in there, I don't know what else could be done.

@gaopinghai
Copy link

will h5 file have problem with CPU memory?I encounter some problem which I think is caused by the memory consumption of loading h5file,especially when using multi-workers

@mverleg
Copy link
Owner Author

mverleg commented Apr 2, 2022

@PingHGao I think this might not be the best place to get help with your problem sorry

@Nimrod0901
Copy link

Nimrod0901 commented Oct 31, 2022

bm_random

I'm skeptical that this measures real write speed, because it's faster than binary.

I have a flush in there, I don't know what else could be done.

Hi, is this related to chunk caching of HDF5? If you're writing or reading the same content(chunk) multiple times, real I/O will be executed once.

If you're using h5py, you can set the rdcc_* arguments when opening a file to disable the cache effect. https://docs.h5py.org/en/stable/high/file.html#chunk-cache

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

3 participants