bcdev / zappend

Robustly creating and updating Zarr data cubes from smaller subsets
https://bcdev.github.io/zappend/
MIT License
40 stars 1 forks source link

Warn, if zappending will be slow #71

Open forman opened 8 months ago

forman commented 8 months ago

Is your feature request related to a problem? Please describe.

Some configurations may result in very low slice appending speed, e.g., due to

Describe the solution you'd like

Emit a log message, warning level, if zappending will presumably be slow. Likely this can be determined after the first slice dataset has been seen. If possible, include hint to mitigate, or refer to user guide. Therefore, mention common situations in the new performance guide, see #66.