>
> If you had one big cache, wouldn't it be the case that it's mostly
> populated with frequently accessed rows, and less populated with rarely
> accessed rows?
>
Yes.
In fact, wouldn't one big cache dynamically and automatically give you
> exactly what you want? If you try to partition the same
If you had one big cache, wouldn't it be the case that it's mostly populated
with frequently accessed rows, and less populated with rarely accessed rows?
In fact, wouldn't one big cache dynamically and automatically give you
exactly what you want? If you try to partition the same amount of memory
Thanks for the update chaps.
On 29 April 2011 09:09, Sylvain Lebresne wrote:
> Yes, sorry about that, I should have sent a message upfront.
> I've updated the wiki.
>
> --
> Sylvain
>
> On Fri, Apr 29, 2011 at 1:40 AM, Eric Evans wrote:
>> On Thu, 2011-04-28 at 21:48 +0100, Luke Biddell wrote:
>
On Sun, May 1, 2011 at 2:16 PM, Jake Luciani wrote:
>
>
> On Sun, May 1, 2011 at 2:58 PM, shimi wrote:
>
>> On Sun, May 1, 2011 at 9:48 PM, Jake Luciani wrote:
>>
>>> If you have N column families you need N * memtable size of RAM to
>>> support this. If that's not an option you can merge them
On Sun, May 1, 2011 at 2:58 PM, shimi wrote:
> On Sun, May 1, 2011 at 9:48 PM, Jake Luciani wrote:
>
>> If you have N column families you need N * memtable size of RAM to support
>> this. If that's not an option you can merge them into one as you suggest
>> but then you will have much larger SS
On Sun, May 1, 2011 at 9:48 PM, Jake Luciani wrote:
> If you have N column families you need N * memtable size of RAM to support
> this. If that's not an option you can merge them into one as you suggest
> but then you will have much larger SSTables, slower compactions, etc.
> I don't necessa
If you have N column families you need N * memtable size of RAM to support
this. If that's not an option you can merge them into one as you suggest
but then you will have much larger SSTables, slower compactions, etc. I
don't necessarily agree with Tyler that the OS cache will be less
effective..
When you have a high number of CFs, it's a good idea to consider merging CFs
with highly correlated access patterns and similar structure into one. It is
*not* a good idea to merge all of your CFs into one (unless they all happen
to meet this criteria). Here's why:
Besides big compactions and long
Shouldn't these kinds of problems be solved by Cassandra? Isn't there a
maximum SSTable size?
On Sun, May 1, 2011 at 3:24 PM, shimi wrote:
> Big sstables, long compactions, in major compaction you will need to have
> free disk space in the size of all the sstables (which you should have
> anyway
Big sstables, long compactions, in major compaction you will need to have
free disk space in the size of all the sstables (which you should have
anyway).
Shimi
On Sun, May 1, 2011 at 2:03 PM, David Boxenhorn wrote:
> I'm having problems administering my cluster because I have too many CFs
> (~4
I'm having problems administering my cluster because I have too many CFs
(~40).
I'm thinking of combining them all into one big CF. I would prefix the
current CF name to the keys, repeat the CF name in a column, and index the
column (so I can loop over all rows, which I have to do sometimes, for s
11 matches
Mail list logo