Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pouchdb-find support #2

Open
nolanlawson opened this issue Oct 11, 2015 · 6 comments
Open

Add pouchdb-find support #2

nolanlawson opened this issue Oct 11, 2015 · 6 comments

Comments

@nolanlawson
Copy link
Member

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

@ronycohen
Copy link

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

@nolanlawson
Copy link
Member Author

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
Copy link

👍

1 similar comment
@jorfermo
Copy link

+1

@NNemec
Copy link

NNemec commented Jan 14, 2017

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

@kernelwhisperer
Copy link

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! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants