In our current set up we have one table with a size of 150+ GB which stored profiles of users. Currently, we have STCS with max and min threshold as 32 and 4 respectively. Below are a few details of the details:-
1. caching = { 'keys' : 'ALL' , 'rows_per_partition' : 'NONE'}
2. Total SSTable counts for a per node are approximately 16-18.
3. gc_grace_second = 864000
Cassandra version details:- 3.11.2
Total number of nodes:- 15
Replication factor for keyspace:- 4
Please suggest if we can change the compaction strategy to something else to enhance the performance of the system.