-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.sig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
- Create a partitioned table.
- Insert a lot of data(more than 1000 rows)
- Change the prune mode
- The PQ will still use the dynamic pattern to analyze the table
2. What did you expect to see? (Required)
Use the static prune mode to analyze the table.
3. What did you see instead (Required)
The PQ will still use the dynamic pattern to analyze the table
4. What is your TiDB version? (Required)
release-8.5, master
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.sig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.