Re: average row size in a cassandra table

2019-12-18 Thread Ayub M
h of json string of each row. > > > > Perform average. > > > > Cheers. > > > > *From: *Ayub M > *Reply-To: *"user@cassandra.apache.org" > *Date: *Wednesday, December 11, 2019 at 11:17 PM > *To: *"user@cassandra.apache.org" > *Subje

Re: average row size in a cassandra table

2019-12-12 Thread Raney, Michael
2019 at 11:17 PM To: "user@cassandra.apache.org" Subject: average row size in a cassandra table How to find average row size of a table in cassandra? I am not looking for partition size (which can be found from nodetool tablehistograms), since a partition can have many rows. I am looking for row size.

average row size in a cassandra table

2019-12-11 Thread Ayub M
How to find average row size of a table in cassandra? I am not looking for partition size (which can be found from nodetool tablehistograms), since a partition can have many rows. I am looking for row size.