Re: 0.8.1 Vs 1.0.7

2012-03-19 Thread Sylvain Lebresne
On Mon, Mar 19, 2012 at 9:27 AM, Chris Goffinet wrote: > When creating a new CF, defaults are now in fact compression enabled. For the record, that will be true starting in 1.1 but isn't be the default before that. -- Sylvain > On Sat, Mar 17, 2012 at 5:50 AM, R. Verlangen wrote: >> >> Check

Re: 0.8.1 Vs 1.0.7

2012-03-19 Thread Chris Goffinet
When creating a new CF, defaults are now in fact compression enabled. On Sat, Mar 17, 2012 at 5:50 AM, R. Verlangen wrote: > Check your log for messages about rebuilding indices: that might grow your > dataset some. > > One thing is for sure: the data import removed all the crap that lasted in

Re: 0.8.1 Vs 1.0.7

2012-03-17 Thread R. Verlangen
Check your log for messages about rebuilding indices: that might grow your dataset some. One thing is for sure: the data import removed all the crap that lasted in the 0.8.1 cluster (duplicates, thombstones etc). The decrease is fairly dramatic but not unlogical at all. 2012/3/16 Jeremiah Jordan

RE: 0.8.1 Vs 1.0.7

2012-03-16 Thread Jeremiah Jordan
I would guess more aggressive compaction settings, did you update rows or insert some twice? If you run major compaction a couple times on the 0.8.1 cluster does the data size get smaller? You can use the "describe" command to check if compression got turned on. -Jeremiah _