Re: Multiple queries at the same time against a view

2020-10-23 Thread Paul Milner
ch query. > > Hope that helps, > Rich > > > > From: Paul Milner > To: user@couchdb.apache.org > Date: 23/10/2020 13:03 > Subject: [EXTERNAL] Multiple queries at the same time against a > view > > > > Hello Everybody > > I am trying to run

Re: Multiple queries at the same time against a view

2020-10-23 Thread Richard Ellis
setting "skip":0). I suspect you probably want to add `reduce: false` to each query. Hope that helps, Rich From: Paul Milner To: user@couchdb.apache.org Date: 23/10/2020 13:03 Subject:[EXTERNAL] Multiple queries at the same time against a view Hello Everybody I

Multiple queries at the same time against a view

2020-10-23 Thread Paul Milner
Hello Everybody I am trying to run multiple queries against a view at the same time using the queries endpoint. post to db/_design/designdoc/_view/viewcount/queries I need different limits and skips on each query. I post the following data: { "queries":[ { "key":"key1",