pouchdb-community / worker-pouch

Easy way to use PouchDB inside a Web Worker or Service Worker
Apache License 2.0
218 stars 34 forks source link

Add pouchdb-find support #2

Open nolanlawson opened 9 years ago

nolanlawson commented 9 years ago

Should be easy by just adding some kind of custom implementation capability like I did for map/reduce.

ronycohen commented 8 years ago

I'm able to use the db.find with worker.

nolanlawson commented 8 years ago

Yeah, but I believe if could be more efficient if worker-pouch included find support. Right now it still has to execute a lot of queries between the UI thread and the worker thread, when it could isolate more of them to the worker thread.

ronycohen commented 8 years ago

:+1:

jorfermo commented 8 years ago

+1

NNemec commented 7 years ago

Does not work for me at all. Pity - this makes this promising project unusable to me. :-(

kernelwhisperer commented 11 months ago

Yeah, but I believe if could be more efficient if worker-pouch included find support. Right now it still has to execute a lot of queries between the UI thread and the worker thread, when it could isolate more of them to the worker thread.

I would like to tackle this issue and make a PR. Could you elaborate a bit more and give me some pointers? Thanks! 🙏