Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Roman Khachatryan
original FileSystem class > > instead of introducing another BulkDeletingFileSystem, which makes the > file > > system abstraction closer to the modern cloud-based environment. > > > > Best > > Yun Tang > > ________ > > From: Pio

Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Piotr Nowojski
ich makes the file > system abstraction closer to the modern cloud-based environment. > > Best > Yun Tang > > From: Piotr Nowojski > Sent: Thursday, June 30, 2022 18:25 > To: dev ; Dawid Wysakowicz > Subject: Re: [DISCUSS] Introduce multi delete

Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Yun Tang
> find any reason not to make this improvement. > > > > > > > > > —— > > > Name: Feifan Wang > > > Email: zoltar9...@163.com > > > > > > > > > Replied Message > > > | From | Yun Tang | > > > | Date | 06/30/2022 1

Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Piotr Nowojski
gt; > > > —— > > > Name: Feifan Wang > > > Email: zoltar9...@163.com > > > > > > > > > ---- Replied Message > > > | From | Yun Tang | > > > | Date | 06/30/2022 16:56 | > > > | To | dev@flink.apache.org | >

Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Zakelly Lan
an't > > find any reason not to make this improvement. > > > > > > —— > > Name: Feifan Wang > > Email: zoltar9...@163.com > > > > > > Replied Message > > | From | Yun Tang | > > | Date | 06/30/2022 16:56 | > > | To |

Re: [DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Martijn Visser
> Name: Feifan Wang > Email: zoltar9...@163.com > > > Replied Message > | From | Yun Tang | > | Date | 06/30/2022 16:56 | > | To | dev@flink.apache.org | > | Subject | [DISCUSS] Introduce multi delete API to Flink's FileSystem > class | > Hi guys

Re:[DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Feifan Wang
| [DISCUSS] Introduce multi delete API to Flink's FileSystem class | Hi guys, As more and more teams move to cloud-based environments. Cloud object storage has become the factual technical standard for big data ecosystems. From our experience, the performance of writing/deleting objects in object

[DISCUSS] Introduce multi delete API to Flink's FileSystem class

2022-06-30 Thread Yun Tang
Hi guys, As more and more teams move to cloud-based environments. Cloud object storage has become the factual technical standard for big data ecosystems. >From our experience, the performance of writing/deleting objects in object >storage could vary in each call, the FLIP of changelog