smdsbz commented on PR #5046: URL: https://github.com/apache/paimon/pull/5046#issuecomment-2647018524
Currently the implementation __always__ fetches metadata when retrieving file statuses, this could slow down the operation of normal tables since the metadata is only used by object tables. I'm thinking adding `FileIO#enableFeature(String)`, `FileIO#disableFeature(String)` to allow on-the-fly tuning of FileIO behaviors. What's your opinions? -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org