walterddr opened a new issue #8064: URL: https://github.com/apache/pinot/issues/8064
Currently PinotFS doesn't support batch operation API extensions easily. For some usage such as SegmentDeletionManager. once has to iterate over all files checking for deletion and then do the actual delete. but for many of the cloud FS, there's more efficient batch APIs to reduce significantly on the remote request overheads. Propose to 1. add `delete` / `copy` / `move` `(List<URI> segmentUris, ...)` API to its single URI variant. 2. make default implementation for them to fall back to looping each individually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
