The other thing to keep in mind is,
/types/users_t/buckets/users/
and
/buckets/users/

are two separate entities. Meaning, if you write to one of those, you won't
be able to read it from the other. Only the writes to
/types/users_t/buckets/users/ will actually be indexed by Search.



On Wed, Mar 19, 2014 at 7:18 AM, Andrew Thompson <and...@hijacked.us> wrote:

> 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
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to