matrixorigin / matrixorigin/matrixone
[Feature Request]: support Runtime partition prune for prepare statements
Open
area/partition
kind/feature
priority/p0
- Dominant language
- Go
- Stars
- 1.9k
- Forks
- 311
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 768
Description
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
_No response_
### Describe the feature you'd like
Add operator to support compile runtime partition pruning for prepare statements
对于preapre语句, 每次EXECUTE stmt时, 不并会重新构建逻辑计划,
也不会重新构建物理计划, 执行时复用物理计划,每次执行preapre语句,
只会做运行时占位符的常量替换,因此需要做Runtime阶段分区裁剪
### Describe implementation you've considered
_No response_
### Documentation, Adoption, Use Case, Migration Strategy
_No response_
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.