Make PointGet/BatchPointGet support parallel apply
Open
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Currently, `PointGetPlan` and `BatchPointGetPlan` don't support `Clone()` method. This makes a execution plan unable to run `Apply` in parallel if there are PointGet/BatchPointGet in the inner side (see `enableParallelApply()`).
I'm not sure if there are some reasons that we can't simply enable parallel apply for PointGet/BatchPointGet, or we just didn't implement them.
Contributor guide
Assessment
This issue has not been assessed yet.