SSC-FDM-GP0001
The performance of the CLUSTER BY may vary compared to the performance of Distributed By
Description
The DISTRIBUTED BY
in Greenplum is analogous to CLUSTER BY
in Snowflake. However, performance implications may vary due to architectural differences between Greenplum and Snowflake.
DISTRIBUTED BY
controls the physical distribution of data across the nodes (segments) in Greenplum's MPP architecture..CLUSTER BY
in Snowflake organizes data into blocks based on designated columns, aiding in filtering and aggregation tasks.
Understanding these mechanisms is crucial for optimizing performance in each respective platform.
Code Example
Input Code:
Output Code:
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated