Re: Multiple Index Queries using Riak and Python

2012-02-28 Thread Sreejith K
On Tue, Feb 28, 2012 at 10:56 PM, Elias Levy wrote: > On Mon, Feb 27, 2012 at 10:35 PM, wrote: > >> From: Sreejith K >> Subject: Re: Multiple Index Queries using Riak and Python >> >> >> I find this solution extremely useful in our PaaS solution where we needed

Re: Multiple Index Queries using Riak and Python

2012-02-28 Thread Elias Levy
On Mon, Feb 27, 2012 at 10:35 PM, wrote: > From: Sreejith K > Subject: Re: Multiple Index Queries using Riak and Python > > I find this solution extremely useful in our PaaS solution where we needed > to support APIs similar to Google App Engine. Performance is > largely depen

Re: Multiple Index Queries using Riak and Python

2012-02-27 Thread Sreejith K
Hi Mark, I find this solution extremely useful in our PaaS solution where we needed to support APIs similar to Google App Engine. Performance is largely dependent on the number of key inputs to the MapReduce phase. But it is quite fast when you want to get a few number of records (~1000) from a la

Re: Multiple Index Queries using Riak and Python

2012-02-27 Thread Mark Phillips
You should have sent around the blog post, too. :) http://foobarnbaz.com/2012/02/25/multi-index-queries-in-riak/ Out of curiosity, are you using this in prod? Or is it just something you whipped up to see if it was feasible? Very cool and useful regardless. Thanks for sharing. Mark On Fri, Feb

Multiple Index Queries using Riak and Python

2012-02-24 Thread Sreejith K
Hi everyone, I wrote a simple Python wrapper which makes use of Riak Secondary Indexes and MapReduce for Qerying multiple indexes at once. I know it might not be the ideal solution but thought It'd be a kind of cool stuff to do. Here is how it works. 1. Queries Multiple Indexes and get the associ