Re: sstablepartitions in apache cassandra

2022-04-26 Thread Ahmed Eljami
take a look at cassandra-sstable-tools from instclustr, ti provides a lot of information for sstables: largest partitions and others => https://github.com/instaclustr/cassandra-sstable-tools Cheers, Ahmed Le ven. 15 avr. 2022 à 18:09, Bowen Song a écrit : > Look at the system.log file, you wil

Re: sstablepartitions in apache cassandra

2022-04-15 Thread Bowen Song
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 w