Re: Does a scrub remove deleted/expired columns?

2012-12-13 Thread Mike Smith
mpacted. So if you have an old row that is spread out over many files it > may not get purged. > > Hope that helps. > > > >- > Aaron Morton > Freelance Cassandra Developer > New Zealand > > @aaronmorton > http://www.thelastpickle.com > >

Does a scrub remove deleted/expired columns?

2012-12-13 Thread Mike Smith
I'm using 1.0.12 and I find that large sstables tend to get compacted infrequently. I've got data that gets deleted or expired frequently. Is it possible to use scrub to accelerate the clean up of expired/deleted data? -- Mike Smith Director Development, MailChannels

Re: Problem SliceByNamesReadCommand on super column family after flush operation

2011-11-02 Thread Mike Smith
ng normal columns? > > On Tue, Nov 1, 2011 at 7:06 PM, Mike Smith wrote: > > Hi, > > I'm having a problem with doing a multiget_slice on a super column family > > after its first flush. Updates to the column values work properly, but > > trying to retrieve the upd

Problem SliceByNamesReadCommand on super column family after flush operation

2011-11-01 Thread Mike Smith
Hi, I'm having a problem with doing a multiget_slice on a super column family after its first flush. Updates to the column values work properly, but trying to retrieve the updated values using a multiget_slice operation fail to get the updated values. Instead they return the values from before the