Re: How to obtain partition size

2017-03-13 Thread Oskar Kjellin
How about this tool? https://github.com/instaclustr/cassandra-sstable-tools > On 13 Mar 2017, at 17:56, Artur R wrote: > > Hello! > > I can't find where C* stores information about partitions size (if stores it > at all). > So, the questions; > > 1. How to obtain the size (in rows or in byt

How to obtain partition size

2017-03-13 Thread Artur R
Hello! I can't find where C* stores information about partitions size (if stores it at all). So, the questions; 1. How to obtain the size (in rows or in bytes - doesn't matter) of some particular partition? I know that there is *system.size_estimates* table with *mean_partition_size*, but it's o