GitHub user yjhjstz edited a comment on the discussion: [Proposal] Enhanced 
ORCA Parallel Planning to Align with PostgreSQL Planner

```cpp
class CDistributionSpecRandom : public CDistributionSpec
{
public:
    enum EDistributionLevel
    {
        EdlSegment,     // Cross-segment distribution
        EdlWorker       // Intra-segment distribution to worker threads
    };
    // New members
    EDistributionLevel m_edl;                 // Distribution level
    ULONG m_ulWorkers;                        // Number of workers
    CDistributionSpec *m_pdsSegmentBase;      // Base segment distribution
};
```
expand CDistributionSpecRandom.

GitHub link: 
https://github.com/apache/cloudberry/discussions/1316#discussioncomment-14421486

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to