SSC-FDM-RS0002
The performance of the CLUSTER BY may vary compared to the performance of Sortkey.
Description
Code Example
Input Code:
CREATE TABLE table1 (
col1 INTEGER
)
SORTKEY (col1);
CREATE TABLE table2 (
col1 INTEGER SORTKEY
);Output Code:
Recommendations
Last updated
