I think the following line is your problem. As others have said, you should not be M/R'ing over an entire bucket the performance will only degrade as you store more items in Riak. You should feed an M/R with results from a search, index or list of bucket/key pairs.
-Alexander Sicular @siculars On May 15, 2013, at 9:36 AM, kurt campher <campherku...@gmail.com> wrote: > query = riak.RiakMapReduce(client).add('visits2') >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com