On 3 Feb 2015 19:12, Miroslav Urbanek <[email protected]> wrote: > > Hello, > > I know it is recommended to have at least 5 nodes in a Riak > cluster. However, for development purposes, I want to set up a single > node cluster and achieve its maximum performance. I use buckets > without siblings and Riak Search. What are good configuration options > in this scenario? So far, I have added the following lines: > > ring_size = 8 > buckets.default.allow_mult = false > buckets.default.last_write_wins = true > buckets.default.n_val = 1 > > Are there any other options that could increase performance of a > single node cluster?
While I'm investigating an issue, please set dvv_enabled to false, if you set allow_mult false. Cheers Russell > > Thanks, > Miro > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
