Riak 1.0 introduced two reduce phase tuning parameters: reduce_phase_batch_size and reduce_phase_only_1. Both of these can be specified on a per phase basis using the arg parameter, passing them in as a map. This appears to overload the arg parameter, which was already being used to pass static arguments to the phase functions.
Is there some mechanism to pass both a static function argument, say to the built-in Riak.reduceSort, while at the same time passing one of the new tuning parameters? Elias
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com