can i disable merge sql route units for simple select #32627
99junlin99
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In 5.1, I saw the following optimizations: Use union all to merge sql route units for simple select to improve performance.
Can I disable this optimization?
When there are many tables in DB, a lot of union all leads to CPU issues in the database. To solve this problem, I need to manually split the shardingKey.
Beta Was this translation helpful? Give feedback.
All reactions