Re: Manual Compaction in cassandra

2017-10-04 Thread Jeff Jirsa
This is version dependent - in newer versions it’ll be one repaired and one I repaired (if you run repairs) -- Jeff Jirsa > On Oct 4, 2017, at 7:25 AM, Nitan Kainth wrote: > > There will be one table after major compaction for all existing tables. But > all new sstable will keep on creating

Re: Manual Compaction in cassandra

2017-10-04 Thread Nitan Kainth
There will be one table after major compaction for all existing tables. But all new sstable will keep on creating while compaction is in progress. Sent from my iPhone > On Oct 4, 2017, at 7:50 AM, Akshit Jain wrote: > > If Size Tiered Compaction Strategy is used, then on performing manual > c

Manual Compaction in cassandra

2017-10-04 Thread Akshit Jain
If Size Tiered Compaction Strategy is used, then on performing manual compaction would there be always *1 sstable* at last irrespective of the size? Also would there be 2 sstables if repair has been performed?

RE: Compaction in cassandra

2017-09-15 Thread Steinmaurer, Thomas
[mailto:akshit13...@iiitd.ac.in] Sent: Donnerstag, 14. September 2017 08:50 To: user@cassandra.apache.org Subject: Compaction in cassandra Is it helpful to run nodetool compaction in cassandra? or automatic compaction is just fine. Regards The contents of this e-mail are intended for the named

Re: Compaction in cassandra

2017-09-14 Thread Jeff Jirsa
Shouldn't need it under normal circumstances, and should avoid it unless you explicitly need it -- Jeff Jirsa > On Sep 13, 2017, at 11:49 PM, Akshit Jain wrote: > > Is it helpful to run nodetool compaction in cassandra? > or automatic compaction is just fine. > Regards >

Compaction in cassandra

2017-09-13 Thread Akshit Jain
Is it helpful to run nodetool compaction in cassandra? or automatic compaction is just fine. Regards

Re: Compaction in Cassandra

2013-05-10 Thread Tyler Hobbs
On Thu, May 9, 2013 at 7:40 PM, Techy Teck wrote: > How to figure out from the Datastax OPSCENTER whether the compaction is > finished/done? If you triggered a compaction through OpsCenter and you're using the latest version of OpsCenter (3.1), you will get a notification at the top of the scre

Re: Compaction in Cassandra

2013-05-10 Thread Robert Coli
On Thu, May 9, 2013 at 5:40 PM, Techy Teck wrote: > How to figure out from the Datastax OPSCENTER whether the compaction is > finished/done? Minor compaction is conceptually never "done" unless you don't write to your cluster. I don't know the answer to your opscenter question, but Cassandra expo

Compaction in Cassandra

2013-05-09 Thread Techy Teck
How to figure out from the Datastax OPSCENTER whether the compaction is finished/done?