On 17.05.2010, at 2:12, Jarrod Roberson wrote:
> On Sun, May 16, 2010 at 3:33 PM, Alexander Uvarov <
> alexander.uvarov@gmail.com> wrote:
>
>> Currently I see the one and only solution -- just use couchdb-lucene and
>> transform criterions to actual lucene query string.
>>
>> Any better ideas?
>>
>
> You can try the approach I used here to do "ad hoc" queries using what I
> call a "pivot" index.
> you could easily transform that into a multi-key query and use the same
> technique I used.
>
> http://www.vertigrated.com/blog/2010/04/generic-ad-hoc-queries-in-couchdb/
>
I am afraid that this approach can significantly break my server's performance.
|