You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Underlying object_store crate has a delete_stream method which if more performant / efficient than calling delete for many files. Where possible, prefer usage of this function.
Description
Underlying
object_store
crate has adelete_stream
method which if more performant / efficient than callingdelete
for many files. Where possible, prefer usage of this function.For example:
delta-rs/rust/src/protocol/checkpoints.rs
Lines 154 to 162 in a67140c
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: