Re: Memory footprint

2010-10-08 Thread Sean Cribbs
s, this decreases to roughly 75%. At 6, it becomes about 50%. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Oct 8, 2010, at 10:11 AM, Tony Novak wrote: > Quick question about Riak's memory footprint: I know that Bitcask > requires all keys to fit in m

Re: Memory footprint

2010-10-08 Thread Wilson MacGyver
Yes, it's only for the keys that the node is responsible for. On Oct 8, 2010, at 10:11 AM, Tony Novak wrote: > Quick question about Riak's memory footprint: I know that Bitcask > requires all keys to fit in memory. Does this mean only the keys that > reside on a given node

Memory footprint

2010-10-08 Thread Tony Novak
Quick question about Riak's memory footprint: I know that Bitcask requires all keys to fit in memory. Does this mean only the keys that reside on a given node, or does each node hold the keys of the entire system? I assume it's the former, but I just want to be sure. Basically what