datastax enterprise - How to check the size of the column in cassandra -
I want to calculate how many data are stored on each row per line key.
I want to see the size of the column and the number of keys / rows, can anyone help me how to do this?
will give you the estimated number of keys, and tell you the number of columns / cells and the size of the row / partition (Look for "row / partition size" and "column / cell count")
Comments
Post a Comment