This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Check all generated DML will get PointGetPlan #1851
Labels
type/feature-request
This issue is a feature request
Feature Request
Is your feature request related to a problem? Please describe:
sometimes downstream has changed table structure, and DM may silently assigned wrong plan, which may cause duration arise and TiDB CPU consumption arise
Describe the feature you'd like:
precheck the plan. If WHERE clause can cover PK/UK columns PointGet will be chosen. 🤔
fire a warning in alert manager.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: