> On Mar 25, 2015, at 10:32 AM, Gilbert Pleczynski <[email protected]> > wrote: > > Is there any documentation on this? > I need to build an iOS and Android app with a pre-built DB. The initial load > of 70k docs is just too slow.
If you’re not using _bulk_docs to store the docs in the database, try that first. It will speed things up a lot. If you do need to go to a pre-built db, there isn’t any JavaScript API for it. You’ll have to add native code, probably by modifying and re-building the CBL plugin. —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/D4C79915-AF91-4F7C-9368-995F093437B4%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
