On Wed, Mar 19, 2014 at 04:15:44PM +0800, Andrey Anpilogov wrote: > Hi, > > I've been playing with Riak 2.0 and found some strange performance drop > with new Search system. > Run two Riak nodes on E3 machines with 32GB RAM and SSD drives.
Here's your first problem. The default riak config is not designed to run on a 2 node cluster (I believe the recommendation is 5). If you do want to do this, make sure your N (and target_n) are set to 2. That should at least prevent you doing 2 writes to each machine. Andrew _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
