pouchdb-community / pouchdb-load

Load documents into CouchDB/PouchDB from a dumpfile
Apache License 2.0
120 stars 33 forks source link

Load/Restoring dump via web worker #52

Closed thor836 closed 8 years ago

thor836 commented 8 years ago

Hi,

Is it possible to execute db.load() operation via web worker for SQLite database (cordova-plugin-sqlite-2)? During restoring dump file (about 25Mb) UI hangs and it takes about 10 min.

nolanlawson commented 8 years ago

Cordova plugins cannot be accessed from web workers, sorry