Optimize memory allocation for point get
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
As the following figure shows, there are many memory allocations introduced by stmt summary, plan cache, exec info collecting, context resetting, etc. We need to reduce the runtime overhead by avoiding unnecessary memory alloctions.

Contributor guide
Assessment
This issue has not been assessed yet.