Re: parallelized lookups from erlang interface

2012-01-24 Thread Elias Levy
Do keep in mind that you loose the ability to set an R-value by doing this, and you are essentially requesting an R-value of 1. Not exactly ideal for many applications. On Tue, Jan 24, 2012 at 12:20 AM, wrote: > If you know the keys you're going to be retrieving, you can pass bucket:key > combin

Re: parallelized lookups from erlang interface

2012-01-23 Thread Jeremiah Peschka
If you know the keys you're going to be retrieving, you can pass bucket:key combinations to the input of a MapReduce phase. --- Jeremiah Peschka Managing Director, Brent Ozar PLF, LLC On Mon, Jan 23, 2012 at 6:54 PM, Dave Benson wrote: > Is there a way to do N database lookups at once using ria

parallelized lookups from erlang interface

2012-01-23 Thread Dave Benson
Is there a way to do N database lookups at once using riak to avoid unneeded roundtrips? (N for my applications will range between 1 and 1000) I am using the erlang client API; I haven't chosen a backend database). Thanks! ___ riak-users mailing list r