lingbin opened a new issue #2546: Use a unified entry for all file operations URL: https://github.com/apache/incubator-doris/issues/2546 At present, all file operations are scattered in various modules, and the interface for operating files in each place is not uniform: some use the `Posix File API`, and some use the `C-lib File API`. We need to unify all file operations interfaces. This has two obvious benefits: 1. It is easier to monitor IO operations, and it is convenient to add some metrics to monitor the system operation; 2. Provide the possibility to use other file systems in the future.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
