-
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
Implement In-Memory Priority Queue for Auto-Analyze #55906
Labels
component/ddl
This issue is related to DDL of TiDB.
component/statistics
type/enhancement
The issue or PR belongs to an enhancement.
Comments
Rustin170506
added
type/feature-request
Categorizes issue or PR as related to a new feature.
component/statistics
component/ddl
This issue is related to DDL of TiDB.
labels
Sep 6, 2024
This was referenced Sep 9, 2024
Benjamin2037
pushed a commit
to Benjamin2037/tidb
that referenced
this issue
Sep 11, 2024
This was referenced Sep 12, 2024
This was referenced Sep 19, 2024
13 tasks
This was referenced Sep 27, 2024
13 tasks
13 tasks
13 tasks
13 tasks
13 tasks
This was referenced Nov 4, 2024
Rustin170506
added
type/enhancement
The issue or PR belongs to an enhancement.
and removed
type/feature-request
Categorizes issue or PR as related to a new feature.
labels
Nov 4, 2024
Rustin170506
added a commit
to Rustin170506/tidb
that referenced
this issue
Nov 6, 2024
13 tasks
Rustin170506
added a commit
to Rustin170506/tidb
that referenced
this issue
Nov 6, 2024
Rustin170506
added a commit
to ti-chi-bot/tidb
that referenced
this issue
Nov 6, 2024
13 tasks
Rustin170506
added a commit
to ti-chi-bot/tidb
that referenced
this issue
Nov 7, 2024
13 tasks
Rustin170506
added a commit
to ti-chi-bot/tidb
that referenced
this issue
Nov 7, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/ddl
This issue is related to DDL of TiDB.
component/statistics
type/enhancement
The issue or PR belongs to an enhancement.
Overview
Implement a new priority queue that maintains a heap in memory to improve performance and reduce the overhead of rebuilding the queue for auto-analyze operations.
Goals
Tasks
modify_count
andcount
changesmysql.ddl_notifier
tableDDLNotifier
for fetching and delivering DDL eventsPerformance Considerations
Documentation
Related PRs
Unresolved Questions
mysql.stats_meta
vs. querying stats cache)The text was updated successfully, but these errors were encountered: