Search before asking
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.
Are you willing to submit PR?
Subtasks
No response
Code of Conduct