-
ProposersProposal StatusUnder Discussion AbstractORCA (Pivotal Query Optimizer) currently has limited parallel planning capabilities, This creates an inconsistency where:
MotivationExtend ORCA to generate parallel execution plans that align with PostgreSQL's parallel planning approach, while maintaining ImplementationExtend ORCA's path generation to create parallel-aware operators:
Implement parallel join strategies similar to PostgreSQL:
Enhance ORCA's cost model to account for parallel execution:
Rollout/Adoption PlanBenefits
Are you willing to submit a PR?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Thanks for the proposal. I think it is doable for ORCA, and would bring noticeable performance improvement for ORCA plan. |
Beta Was this translation helpful? Give feedback.
-
|
In fact, we would need to add severals transforms and a new CDistributionSpec. |
Beta Was this translation helpful? Give feedback.
-
|
milestone 1: #1398 |
Beta Was this translation helpful? Give feedback.
milestone 1: #1398