Re: Using "since" param in _changes Native API

2016-10-12 Thread Raja
On Thu, Oct 13, 2016 at 11:02 AM, Jens Alfke wrote: > > Right; IIRC this is because you’re using a filter function on CouchDB, > which scales poorly because every document has to be passed through a > JavaScript function (for every client that replicates.) > > Yes, That seems to be a problem , ev

Re: Using "since" param in _changes Native API

2016-10-12 Thread Jens Alfke
> On Oct 12, 2016, at 9:25 PM, Rajagopal V wrote: > > Im using Couchbase Lite Android/iOS that replicates data from a CouchDB > server. We have hit a problem where when the number of documents increases to > a high number (> 10), the replication goes very slow. Right; IIRC this is because