Sync load will be still be triggered after async load the stats of a column which has no stats #57735
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The status of the statistics in the explain result are the same.
3. What did you see instead (Required)
After async loading,
a
's stats is marked as missing while it's marked as uninitialized after sync loading.It will not cause problems in estimation.
But we also have another issue #57710. So:
4. What is your TiDB version? (Required)
v8.1.0
The text was updated successfully, but these errors were encountered: