Re: merge sstables

2013-07-11 Thread sankalp kohli
He has around 10G of data so should not be bad. This problem is if you have lot of data. On Thu, Jul 11, 2013 at 2:10 PM, Robert Coli wrote: > On Thu, Jul 11, 2013 at 1:52 PM, sankalp kohli wrote: > >> Scrub will keep the file size same. YOu need to move all sstables to be >> L0. the way to do

Re: merge sstables

2013-07-11 Thread Robert Coli
On Thu, Jul 11, 2013 at 1:52 PM, sankalp kohli wrote: > Scrub will keep the file size same. YOu need to move all sstables to be > L0. the way to do this is to remove the json file which has level > information. > This will work, but I believe is subject to this? "./src/java/org/apache/cassandra/

Re: merge sstables

2013-07-11 Thread sankalp kohli
Scrub will keep the file size same. YOu need to move all sstables to be L0. the way to do this is to remove the json file which has level information. On Thu, Jul 11, 2013 at 11:48 AM, chandra Varahala < hadoopandcassan...@gmail.com> wrote: > yes, but nodetool scrub is not working .. > > > than

Re: merge sstables

2013-07-11 Thread chandra Varahala
yes, but nodetool scrub is not working .. thanks chandra On Thu, Jul 11, 2013 at 2:39 PM, Faraaz Sareshwala < fsareshw...@quantcast.com> wrote: > I assume you are using the leveled compaction strategy because you have 5mb > sstables and 5mb is the default size for leveled compaction. > > To c

Re: merge sstables

2013-07-11 Thread Faraaz Sareshwala
I assume you are using the leveled compaction strategy because you have 5mb sstables and 5mb is the default size for leveled compaction. To change this default, you can run the following in the cassandra-cli: update column family cf_name with compaction_strategy_options = {sstable_size_in_mb: 25

merge sstables

2013-07-11 Thread chandra Varahala
Hello , I have small size of sstables like 5mb around 2000 files. Is there a way i can merge into bigger size ? thanks chandra