, 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
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
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
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.
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
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.
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
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