lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Cleaned up: Added mango selector to changes feed #65

Closed jjrodrig closed 3 years ago

jjrodrig commented 6 years ago

We are using selectors in the changes feed for performance improvement. We are using changes proposed from @orolle Pull Request: https://github.com/lightcouch/LightCouch/pull/63

I've cleaned up the previous pull request making a new mergeable pull request.

Please, consider integrate it into the library as it provides a more performant usage of the changes feed filtering.

Many thanks for your work.