Re: Retrieving old data version for a given row

2012-06-04 Thread Felipe Schmidt
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 unique aproach I know is looking to the SSTable in the storage folder, but if I insert some column

Re: Retrieving old data version for a given row

2012-06-04 Thread aaron morton
, 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

Re: Retrieving old data version for a given row

2012-05-31 Thread aaron morton
...@software.ict.ac.cn: 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

Re: Retrieving old data version for a given row

2012-05-30 Thread Felipe Schmidt
! 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 unique aproach I know is looking

Re: Retrieving old data version for a given row

2012-05-24 Thread Felipe Schmidt
(Computer Science UFRGS, RS, Brazil) 2012/5/14 zhangcheng2zhangche...@software.ict.ac.cn: 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

Re: Retrieving old data version for a given row

2012-05-24 Thread aaron morton
zhangcheng2zhangche...@software.ict.ac.cn: 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

Re: Retrieving old data version for a given row

2012-05-16 Thread Felipe Schmidt
Science UFRGS, RS, Brazil) 2012/5/14 zhangcheng2 zhangche...@software.ict.ac.cn: 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

Re: Retrieving old data version for a given row

2012-05-16 Thread Dave Brosius
: 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 unique aproach I know is looking to the SSTable in the storage folder, but if I insert some column and right after insert another

Re: Retrieving old data version for a given row

2012-05-14 Thread 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 unique aproach I know is looking to the SSTable in the storage folder, but if I insert

Re: Retrieving old data version for a given row

2012-05-14 Thread aaron morton
: 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 unique aproach I know is looking to the SSTable in the storage folder

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

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

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