> On Aug 28, 2014, at 6:50 PM, Herman Chan <[email protected]> wrote: > > 1. It takes quite awhile to replicate down all the docs (don't know if there > is any way to optimize this).
1000 docs shouldn't take too long, but it depends on how big they are, and what kind of net bandwidth you're getting. Have you tried profiling? > 2. Since we have liveQuery attached to most of our UI, the UI jumps around a > lot as document comes in. If this is a problem, you could defer setting up the live queries till the initial replication finishes. (Also, we should add some customization to LiveQuery, like being able to set the update interval.) > 3. When a user hit the Home button before all the replication is done, it > seems like replication stops which is fine for normal cases, but not when a > user sign up and still have unknown amount of docs to replicate down. On iOS the replication should keep running in the background for as long as the OS allows the app process to stay awake (usually around a minute). Android is more lenient, I hear. —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/BE97AA63-D70F-465C-AEC0-9657F154845B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
