Github user colinskow commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/162#issuecomment-222065965
  
    @nickva thank you very much for your response. A "live query" would be a 
very useful feature for front-end app developers.
    
    I have [successfully implemented 
this](https://github.com/colinskow/pouchdb-live-find), but it requires 
listening to the entire changes feed. So my solution would not be entirely 
practical with a noisy database.
    
    Would it be practical to maintain state of the query in a `_design`, 
`_replication`, or `_live_query` doc so the front end can maintain a live list 
of docs that match that query without having to listen to other noise? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to