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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -