Re: Retrieving old data version for a given row

2012-05-13 Thread zhangcheng2
After compaciton, the old version data will gone! zhangcheng2 From: Felipe Schmidt Date: 2012-05-14 05:33 To: user Subject: Retrieving old data version for a given row I'm trying to retrieve old data version for some row but it seems not be possible. I'm a beginner with Cassandra and the uniq

how to upgrade my cassadra from SizeTieredCompaction to LeveledCompactiom

2012-05-13 Thread zhangcheng2
There is 2T data on each server. Can someone give me some advice? Thanks.

Re: Retrieving old data version for a given row

2012-05-13 Thread Dave Brosius
The only way you could get the old value for a column would be to insert the column value, then flush, then insert the new column, then before compaction look at the old sstable. If you insert the value twice in a row without a flush, the old value is gone, as it only exists in memtables (and

Retrieving old data version for a given row

2012-05-13 Thread Felipe Schmidt
I'm trying to retrieve old data version for some row but it seems not be possible. I'm a beginner with Cassandra and the unique aproach I know is looking to the SSTable in the storage folder, but if I insert some column and right after insert another value to the same row, after flushing, I only g

Re: nodetool repair requirement

2012-05-13 Thread Igor
On 05/13/2012 07:18 PM, Thanh Ha wrote: Hi All, Do I have to do maintenance "nodetool repair" on CFs that do not have deletions? Probably you should (depending how you do reads), if your nodes for some reasons have different data (like connectivity problems, node down, etc). I only perform

Re: nodetool repair requirement

2012-05-13 Thread Thanh Ha
Thanks Kamal On Sun, May 13, 2012 at 9:30 AM, Kamal Bahadur wrote: > As per the documentation, you don't have to if you don't delete or update. > > > On Sun, May 13, 2012 at 9:18 AM, Thanh Ha wrote: >> >> Hi All, >> >> Do I have to do maintenance "nodetool repair" on CFs that do not have >> dele

Re: nodetool repair requirement

2012-05-13 Thread Kamal Bahadur
As per the documentation, you don't have to if you don't delete or update. On Sun, May 13, 2012 at 9:18 AM, Thanh Ha wrote: > Hi All, > > Do I have to do maintenance "nodetool repair" on CFs that do not have > deletions? > > I only perform deletes on two column families in my cluster. > > > Than

nodetool repair requirement

2012-05-13 Thread Thanh Ha
Hi All, Do I have to do maintenance "nodetool repair" on CFs that do not have deletions? I only perform deletes on two column families in my cluster. Thanks

counter CF and TTL

2012-05-13 Thread Tamar Fraenkel
Hi! I saw that when Counter CF were first introduced there was no support for TTL. But I see that Hector does have TTL for HCounterColumn So does a counter column have TTL or not? I actually don't have an issue of big rows, but I don't need the data after a two weeks or so, so it seems a shame to