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

ENH: parallel tiling #7

Closed
DPeterK opened this issue Feb 18, 2020 · 0 comments · Fixed by #16
Closed

ENH: parallel tiling #7

DPeterK opened this issue Feb 18, 2020 · 0 comments · Fixed by #16

Comments

@DPeterK
Copy link
Contributor

DPeterK commented Feb 18, 2020

#5 and #6 have shown that there is scope to expand the functionality of TDBWriter.tile(). Such extra functionality greatly increases the number of TileDB append operations that need to be carried out.

As append operations can be a little slow, we can improve the speed overall by parallelising the required appends using dask. For example:

writer.tile([nc_files], ['air_temperature', 'rainfall_flux'], ['height', 'time'], parallel=True)
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

Successfully merging a pull request may close this issue.

1 participant