-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
concurrency auto analyze #53460
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced May 22, 2024
13 tasks
hawkingrei
added a commit
to hawkingrei/tidb
that referenced
this issue
Aug 1, 2024
13 tasks
13 tasks
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Now, TiDB's analyze can only be executed by a single goroutine. so when we use millions of tables, it will be very slow, so we need to implement the concurrently auto analyze for raising the QPS of auto analyze.
The text was updated successfully, but these errors were encountered: