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
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/
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
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
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
Hello ,
I have small size of sstables like 5mb around 2000 files. Is there a way i
can merge into bigger size ?
thanks
chandra