How does cassandra calculates the size of partitioning key and clustering key . We have tables with with relatively large partitioning keys (UUID and combination of UUID) along with large clustering key for example
mydb/parent/6E219A7E21044B48B8816B931925CCDB/child1/29E6E709854D49CFAC72ECD5E1AEBFA3/ mydb/parent/6E219A7E21044B48B8816B931925CCDB/child2/29E6E709854D49CFAC72ECD5E1AEBFA4/ mydb/parent/6E219A7E21044B48B8816B931925CCDB/child3/29E6E709854D49CFAC72ECD5E1AEBFA5/
here PK - 6E219A7E21044B48B8816B931925CCDB Clustering Column is - /child1/29E6E709854D49CFAC72ECD5E1AEBFA3/
We have child level upon nth level (right now we are doing till 100 level)
Now does having large keys have performance impact when we have huge data ~300 million , also what will be impact on disk usage