measure StmtPrepare/StmtReset/StmtClose command into execute time
Open
epic/plan-cache
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Currently the handle duration of the StmtPrepare/StmtReset/StmtClose is not measured into execute time, causing the total db time is exceeding get token + parse + compile + execute.
suggest to add the handle duration of the StmtPrepare/StmtReset/StmtClose into execute time.

Contributor guide
Assessment
This issue has not been assessed yet.