Yes - on Sync Gw startup it will process the shadowed bucket's history and copy the data over to the 'sync gw' bucket.
This is covered in the documentation here <http://developer.couchbase.com/mobile/develop/guides/sync-gateway/wcbs/bucket-shadowing/index.html#configuration>. Relevant excerpt: > > When you start the Sync Gateway, it will run through the app bucket's > history (also known as its TAP feed), copying any new or changed documents > into the gateway database. Depending on how large the bucket is, this may > take a while. Unfortunately there's no way to bypass this on subsequent > launches of the Sync Gateway, due to limitations of the TAP feed > implementation. When the documentation refers to 'copying any new or changed documents' above, it means any documents that are 'new or changed' from the SG bucket's perspective - it's processing the entire shadowed bucket's TAP feed. - Adam -- 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/6b856bcb-1c22-4bfe-900e-150cbce6d1d6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
