Hello all, I have been trying to find an answer to the following but I have had no luck so far: Is there any limit to the number of partitions that a table can have? Let's say a table has a partition key an no clustering key, is there a recommended limit on the number of values that this partition key can have? Is it recommended to have a clustering key to reduce this number by storing several rows in each partition instead of one row per partition.
Regards, F Javier Pareja