HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

Recursive Domain Deletion Flag for `hsrm` #154

Open mattjala opened 9 months ago

mattjala commented 9 months ago

Recursive deletion would be useful for applications which want to switch between working with local files and files in HSDS.

As it stands, the only way to achieve this is to make recursive hsls/hsrm calls on each subdomain until you reach the leaves of the tree, which could take a pretty substantial amount of time depending on the amount of domains.