Re: "Compacting large row … incrementally" … with HUGE values.

2014-06-30 Thread Kevin Burton
, Kevin Burton wrote: > >> I'm running a full compaction now and noticed this: >> >> Compacting large row … incrementally >> >> … and the values were in the 300-500MB range. >> >> I'm storing NOTHING anywhere near that large. Max is about 200

Re: "Compacting large row … incrementally" … with HUGE values.

2014-06-30 Thread DuyHai Doan
gt; Compacting large row … incrementally > > … and the values were in the 300-500MB range. > > I'm storing NOTHING anywhere near that large. Max is about 200k... > > However, I'm storing my schema in a way so that I can do efficient > time/range scans of the data and

"Compacting large row … incrementally" … with HUGE values.

2014-06-30 Thread Kevin Burton
I'm running a full compaction now and noticed this: Compacting large row … incrementally … and the values were in the 300-500MB range. I'm storing NOTHING anywhere near that large. Max is about 200k... However, I'm storing my schema in a way so that I can do efficient time/ran

Re: Compacting large row

2011-08-06 Thread Patrik Modesto
On Fri, Aug 5, 2011 at 15:02, Jonathan Ellis wrote: > It's logging the actual key, not the md5.  It's just converting the > key bytes to hex first to make sure it's printable. Great! I'm using MD5 as a key so I didn't notice that. Thanks, P.

Re: Compacting large row

2011-08-05 Thread Jonathan Ellis
It's logging the actual key, not the md5. It's just converting the key bytes to hex first to make sure it's printable. On Fri, Aug 5, 2011 at 2:16 AM, Patrik Modesto wrote: > Hi, > > I got several "Compacting large row ..." messages while runinng a > compac

Compacting large row

2011-08-05 Thread Patrik Modesto
Hi, I got several "Compacting large row ..." messages while runinng a compaction. Is there any way to get the row to see it? I know it's MD5 but it's MD5 of a key and I need the key to get to the row. The sstable is really huge so dump is not an option. Using Cassandra 0.7.8 Regards, P.

Re: Compacting Large Row

2011-06-11 Thread Jonathan Ellis
when this appears? > >  INFO [CompactionExecutor:1] 2011-06-11 13:39:19,217 CompactionIterator.java > (line 150) Compacting large row > 39653235326331302d626530362d346339362d383966302d646338366366353237663565 > (67149805 bytes) incrementally >  INFO [CompactionExecutor:1] 2011-06-11 1

Compacting Large Row

2011-06-11 Thread Jonathan Colby
I'm seeing this in my logs. We are storing emails in cassandra and some of them might be rather large. Is this bad? What exactly is happening when this appears? INFO [CompactionExecutor:1] 2011-06-11 13:39:19,217 CompactionIterator.java (line 150) Compacting larg