I did a little more digging and a lot of the "overhead" I see in the cache
is from the usage of ByteBuffer. Each ByteBuffer takes 48 bytes,
regardless of the data it represents. so for a single IColumn stored in
the cache, 96 bytes (one for name, one for value) are for ByteBuffer's
needs.
conver
https://issues.apache.org/jira/browse/CASSANDRA-3746
On 1/14/12 1:38 PM, "Jonathan Ellis" wrote:
>IMO that's a bug.
>
>On Sat, Jan 14, 2012 at 3:20 PM, Todd Burruss
>wrote:
>> using CLI to update row_cache_provider does not take affect until after
>>a node is restarted, even though "describe"
Including my own vote, I count 3 binding +1, 1 other +1 and no -1's,
the vote passes.
I'll get the artifacts published shortly.
--
Sylvain
On Sun, Jan 15, 2012 at 7:41 PM, Vijay wrote:
> +1
>
> Regards,
>
>
>
>
> On Fri, Jan 13, 2012 at 1:44 AM, Sylvain Lebresne wrote:
>
>> With the fix for CAS