Closed LucaMarconato closed 9 months ago
When we modify in-memory an object that is not backed, we need to write it to disk in order to update the changes. For backed objects we have to check if changes are written to disk immediately (as it happens with h5py), or not.
h5py
We need to make this behavior clear to the user in the docs.
The change is not applied to disk as it is only reflected in the computational graph of Dask.
When we modify in-memory an object that is not backed, we need to write it to disk in order to update the changes. For backed objects we have to check if changes are written to disk immediately (as it happens with
h5py
), or not.We need to make this behavior clear to the user in the docs.