MarigWeizhi opened a new issue, #3685: URL: https://github.com/apache/amoro/issues/3685
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Optimize the performance of fillSkipSet for planning ### How should we improve? The current fillSkipSet method checks each table for isBlocked status , with each check resulting in a database access. We can optimize this by pre-fetching the relevant information and performing all checks at once. <img width="935" height="277" alt="Image" src="https://github.com/user-attachments/assets/dc31ffd9-de4d-451c-ab60-efa2427f7ca6" /> <img width="701" height="264" alt="Image" src="https://github.com/user-attachments/assets/5ef06a7d-d2c6-445e-82d5-16f62bfc0081" /> ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
