It's hard to answer that, because both configurations are below Riak's recommended specifications. You should have at least 5 servers, and they should have at least 4GB RAM each. The minimums are for different reasons. The minimum RAM is clear: keeping things like keys resident reduces the chances of disk swap, which can destroy any database. The minimum 5 nodes is because the major reason for using Riak is high availability. If you don't have a good distribution of objects across several physical machines, you are less able to deal with any particular one going down. If you only have two servers, you really can't survive a single outage. Any less than 4 makes the odds that a value is replicated multiple times on the same machine quite high, so we recommend 5 since you can at least handle 1 downed node. Eric On Aug 15, 2013, at 7:42 AM, Nico Huysamen <[email protected]> wrote:
|
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

