-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance optimization of GenUpdateSQL with multi updates #8057
Labels
Comments
amyangfei
added
area/ticdc
Issues or PRs related to TiCDC.
type/feature
Issues about a new feature
labels
Jan 11, 2023
there's also other ways to avoid CPU consumption, like
|
This was referenced Jan 12, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Jan 18, 2023
This was referenced Feb 28, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 15, 2023
amyangfei
added a commit
to amyangfei/tiflow
that referenced
this issue
Apr 3, 2023
/label affects-6.5 |
This issue has been resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem?
In a large update transaction scenario, we found high cpu usage with
github.com/pingcap/tiflow/pkg/sqlmodel.GenUpdateSQL (24.45%, 33.79s)
cpu profile: cdc.profile.zip
Describe the feature you'd like
Break down sub tasks
GenUpdateSQL
, which remove the ast.Restore procedure, and generate SQL with template rendering.Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: