> On Aug 23, 2014, at 10:07 AM, Sherry Ummen <[email protected]> wrote:
> 
>    Is there a limit of number of document which can be written synchronously 
> when using sync_gateway?

The replicator has no limits on the number of documents. But the replicator is 
never synchronous: it runs in the background.

> I trying with a desktop app and when I start writting about 11000 documents 
> using PutProperties; then initial about 40 documents are written and rest are 
> not written to couchbase server.

PutProperties writes to the local database. Did all the documents show up there 
first?

> 22:16:56.258145 Changes+: MultiChangesFeed sending &{Seq:124 
> ID:df2586cd-ad7e-4f


The "Changes" logs tell you about documents on the gateway being sent to 
clients, which is the opposite direction of what you're interested in. I 
suggest turning on "CRUD", which will log info about docs being written to the 
gateway.

—Jens

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/D67956F1-06C1-4979-AFAC-52435529A38C%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to