I have a table with 4 million unique partition keys select count(*) from "KS".table;
count
4355748 (1 rows)
I have read the cardinality of Partition Key should not too high and also not too low, which means don’t make partition key too unique. Is it correct? The table does not have any clustering key. Will changing data partitioning help with the load?