Look at the system.log file, you will see something like this:
BigTableWriter.java:258 - Writing large partition ks/cf:pk (###MiB) to
sstable /var/lib/cassandra/data/ks/cf-cfid/nb-###-big-Data.db
The log contains the keyspace and table name and the partition key.
On 15/04/2022 06:22, MyWorld wrote:
Hi all,
I want to check all partitions greater than a certain threshold in my
existing apache cassandra column family.
Is there any alternative for datastax sstable tool
'sstablepartitions' in open source apache cassandra?
Regards,
Ashish Gupta