Re: is there a query to find out the largest partition in a table?

2017-02-18 Thread Kant Kodali
*I did the following. Now I wonder if this is one node or multiple nodes? Does this value really tell me I have a large partition?* nodetool cfhistograms test hello // This reports the max partition size is 10GB nodetool tablestats test.hello // This also reports Compacted partition maximum

is there a query to find out the largest partition in a table?

2017-02-18 Thread Kant Kodali
is there a query to find out the largest partition in a table? Does the query below give me the largest partition? select max(mean_partition_size) from size_estimates ; Thanks, Kant