Re: Partition size, limits, recommendations for tables where all columns are part of the primary key

2020-06-09 Thread Alex Ott
Hi Yes, basically rows have no cells as everything is in the partition key/clustering columns. You can always look unto the data using the sstabledump (this is for DSE 6.7 that I have running): sstabledump ac-1-bti-Data.db [ { "partition" : { "key" : [ "977eb1f1-aa5b-11ea-b91a-db426

Partition size, limits, recommendations for tables where all columns are part of the primary key

2020-06-09 Thread Benjamin Christenson
Hello all, I am doing some data modeling and want to make sure that I understand some nuances to cell counts, partition sizes, and related recommendations. Am I correct in my understanding that tables for which every column is in the primary key will always have 0 cells? For example, using https: