Steve, the documentation says, that yes ...

http://docs.basho.com/riak/latest/cookbooks/Benchmarking/#Configuration

=======================================
operations

The possible operations that the driver will run, plus their “weight” or
likelihood of being run. Default is [{get,4},{put,4},{delete, 1}] which
means that out of every 9 operations, 'get' will be called four times, 'put'
will called four times, and 'delete' will be called once, on average.

% Run 80% gets, 20% puts
{operations, [{get, 4}, {put, 1}]}.

=======================================

Denis



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Efficiency-of-RIAK-tp4025765p4025782.html
Sent from the Riak Users mailing list archive at Nabble.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