Re: CBL 1.4 Background Database & View Indexing

2017-12-12 Thread pasin
> > One thing I noticed is that during replication under 1.4.0 > completedChangesCount grows in small increments while changesCount jumps in > very large increments. However, on 1.4.1, both completedChangesCount and > changesCount grow in small increments, with completedChangesCount growing >

Re: Couchbase Foreign keys

2017-12-12 Thread Priya Rajagopal
As mentioned by Jens earlier, since you are now working with Couchbase which is a NoSQL database , you should re-think the way your data is modeled. I understand that you were previously using a relational db and hence your data was modeled as such. But trying to retrofit a relational data

Re: Couchbase Foreign keys

2017-12-12 Thread Anderson Scherdovski
is that I made the application with sqlite more because of the synchronization I need to change to the database, so I have the relational model, but I know how the desktop works ... more my question is if I can make filters between several documents?thank you... -- You received this message

Re: Couchbase Foreign keys

2017-12-12 Thread Jens Alfke
FYI, since it looks like you’re using some kind of relational db modeling tool — document databases aren’t like relational databases, and in particular it’s often a bad idea to fully normalize your data. So I don’t recommend designing your database as though it were relational. One common

Re: Multipart Uploader & document body request size

2017-12-12 Thread Jens Alfke
> On Dec 8, 2017, at 5:17 PM, Brendan Duddridge wrote: > > So here's something interesting. IBM has their own Cloudant CDTDatastore > framework for iOS that syncs with their Cloudant system. > > Most of the code was written by you Jens :) Yup, Cloudant forked the CBL

Re: Prevent a document from getting synced if not of particular type

2017-12-12 Thread Jens Alfke
> On Dec 8, 2017, at 3:05 AM, parvez.qure...@decurtis.com wrote: > > In Couchbase lite ios, how one can prevent syncing of a document via > replication if that doc has the correct channel but do not have a type field? Use a push replication filter. —Jens Jens Alfke — Mobile Architect —

Re: CBL 1.4 Background Database & View Indexing

2017-12-12 Thread Jens Alfke
> On Dec 7, 2017, at 9:53 AM, Scott Ahten wrote: > > Was there change in strategy while processing the change feed in 1.4.1? To be honest, I can’t remember. You can check the release notes, which should include a list of all Github issues that were fixed. —Jens

Re: iOS Swift: Questions

2017-12-12 Thread Jens Alfke
> On Dec 7, 2017, at 9:48 AM, Parvez Qureshi > wrote: > > Currently I am using pods for Couchbase lite iOS SDK framework. If one want > to include couchbase lite iOS SDK source code for version 1.4.1 then how we > can include it in a swift iOS project? Please

Couchbase Foreign keys

2017-12-12 Thread Anderson Scherdovski
I have a bank with several foreign keys ... in the couchbase I'm going to be able to do Join or Filters? because I will need to make several filters .. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and

Re: Couchbase help

2017-12-12 Thread Anderson Scherdovski
thank you!! -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+unsubscr...@googlegroups.com. To view this discussion on the web visit