Does chunking affect loading for isel / sel #4605
-
If my files are split across datetimes:
Is it better to chunk before loading a selection:
Or directly
|
Beta Was this translation helpful? Give feedback.
Answered by
andersy005
Nov 12, 2021
Replies: 1 comment
-
Going through Dask's schedulers always adds some overhead. So, If you don't need to perform out-of-core computation on large arrays, you might be better off without dask/chunking |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ahuang11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Going through Dask's schedulers always adds some overhead.
So, If you don't need to perform out-of-core computation on large arrays, you might be better off without dask/chunking