earth-mover / icechunk

Open-source, cloud-native transactional tensor storage engine
https://icechunk.io
Apache License 2.0
291 stars 17 forks source link

Add rust native `delete_dir` implementation #390

Open mpiannucci opened 6 days ago

mpiannucci commented 6 days ago

Currently we are falling back to using the zarr-python delete_dir implementation which is not efficient, and relies on recursively deleting keys.