delta-rs icon indicating copy to clipboard operation
delta-rs copied to clipboard

Leverage batch delete in vacuum for Azure Storage

Open Dandandan opened this issue 4 years ago • 4 comments

Description

Azure supports batching multiple delete operations in a single call. This can speed up vacuum. We shuld add a new delete_objs implementation of StorageBackend for Azure.

Use Case

Related Issue(s) https://github.com/delta-io/delta-rs/issues/394

Dandandan avatar Aug 22 '21 04:08 Dandandan

hey, can I have this issue? I'm quite new to this so I might need some guidance

akbhuker avatar Aug 25 '21 15:08 akbhuker

hey, can I have this issue? I'm quite new to this so I might need some guidance

Would be great! @houqp can you assing this to @akbhuker ?

I think you can have a look at the implementation for the S3 backend. Let us know when you need the guidance.

Dandandan avatar Aug 26 '21 08:08 Dandandan

Issue assigned, thanks @akbhuker for taking up on this!

houqp avatar Aug 28 '21 02:08 houqp

Hello, Any progress here? if not, I am would be happy to jump in.

Bernolt avatar Jun 19 '22 20:06 Bernolt

Now that we use objectstore, we should implement this upstream: https://github.com/apache/arrow-rs/issues/2615

wjones127 avatar Sep 21 '22 01:09 wjones127