You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2009/05/26 01:31:45 UTC

[jira] Commented: (COUCHDB-360) Add global _changes feature

    [ https://issues.apache.org/jira/browse/COUCHDB-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712815#action_12712815 ] 

Robert Newson commented on COUCHDB-360:
---------------------------------------

Hook it up with;

[httpd_global_handlers]
_changes = {couch_httpd_misc_handlers, handle_changes_req}


> Add global _changes feature
> ---------------------------
>
>                 Key: COUCHDB-360
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-360
>             Project: CouchDB
>          Issue Type: New Feature
>            Reporter: Robert Newson
>         Attachments: global_changes.patch
>
>
> Add a global version of _changes to allow monitoring of changes to all databases. It does not need to include details of the change as clients of this interface must track update sequences for each database anyway.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (COUCHDB-360) Add global _changes feature

Posted by Patrick Aljord <pa...@gmail.com>.
Would it make sense/be possible to make it work not only for each db
but also for each view. I think each view is like a mini db, right?
That way we could be alerted every time a view gets updated and query
a view with ?continuous=true, that would be great.