Skip to content
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

Mutation checker can use up to 30% of CPU time when executing insert into select #35103

Closed
ekexium opened this issue Jun 1, 2022 · 0 comments · Fixed by #35104
Closed

Mutation checker can use up to 30% of CPU time when executing insert into select #35103

ekexium opened this issue Jun 1, 2022 · 0 comments · Fixed by #35104
Assignees
Labels

Comments

@ekexium
Copy link
Contributor

ekexium commented Jun 1, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

insert into t_1 select * from t_2 where t_2 is a huge table.

2. What did you expect to see? (Required)

The mutation checker doesn't have a large impact on performance.

3. What did you see instead (Required)

The mutation checker uses 30% of the CPU time.

image

4. What is your TiDB version? (Required)

@ekexium ekexium added the type/bug The issue is confirmed as a bug. label Jun 1, 2022
@ekexium ekexium self-assigned this Jun 1, 2022
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. labels Jun 2, 2022
@ekexium ekexium removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. labels Jun 2, 2022
@seiya-annie seiya-annie added sig/execution SIG execution sig/transaction SIG:Transaction and removed sig/execution SIG execution labels Jun 2, 2022
ti-chi-bot pushed a commit that referenced this issue Jun 2, 2022
ti-chi-bot pushed a commit that referenced this issue Jun 2, 2022
ti-chi-bot pushed a commit that referenced this issue Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants