Best practice for replication start/stop in Couchbase Lite?

This does happen when the replicator’s filters (channels or set of docIDs) are different than before. Each filter setting has its own checkpoint. So if you haven’t pulled the “foo” channel before, the server will first send the doc/rev ID of every document in that channel, regardless of when it was modified. That could take a while. But a subsequent replication with that channel will be quick.

1 Like