Tracking Issue For Maintaining Priority Queue In Memory #55063
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Currently, we use a priority queue at TiDB to automatically update statistics. However, we currently maintain this queue by rebuilding it every time. This causes the following problems:
To solve the above issues, we can try to keep the priority queue in memory instead of rebuilding it every time.
The text was updated successfully, but these errors were encountered: