bind_id in plan
Open
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
Add bind_id in execution plan.
The scenario is:
when more bindings are used, when the past bindings do not satisfy the present query.
A sql execution slows down and it is not possible to immediately determine if it is a binding that matches the condition.
And when you try to use hint, you find that hint does not take effect before you know that the sql is bound, which is difficult for operation and maintenance.
This is a set of combination punches to reduce the difficulty of operation and maintenance of bindings #31852
Contributor guide
Assessment
This issue has not been assessed yet.