just out of curiosity ...why aren't you using a list function after the view?...its certainly not the best way for filtering but it gives you the HTTP request.
On Fri, Jun 14, 2013 at 12:09 PM, mangvlad <[email protected]> wrote: > Thanks Filippo. > > I guess I can introduce some caching in my node.js layer, but ideally, > I would like to "exhaust" my couchdb options first... > > I also have tried using lists feature, but its performance is many times > slower > than doing it using node's V8. > > Again, my original problem is in the fact that I am not allowed to use > multiple keys filtering and group=false together, > otherwise I can reduce my views inside couchdb and probably avoid > this concurrency issue all together... > > Thanks, > Vlad > >
