Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1D149FD0 for ; Fri, 18 Nov 2011 22:37:16 +0000 (UTC) Received: (qmail 41047 invoked by uid 500); 18 Nov 2011 22:37:16 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 41012 invoked by uid 500); 18 Nov 2011 22:37:16 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 41003 invoked by uid 99); 18 Nov 2011 22:37:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:37:16 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:37:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C77F08E6C2 for ; Fri, 18 Nov 2011 22:36:52 +0000 (UTC) Date: Fri, 18 Nov 2011 22:36:52 +0000 (UTC) From: "Sam Bisbee (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <463552403.45289.1321655812819.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <313991927.12796.1317050188311.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1296) _changes style feed for database create/delete MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153193#comment-13153193 ] Sam Bisbee commented on COUCHDB-1296: ------------------------------------- @Jan Yup! I might try to push my erl knowledge to hack something together. Or push my social skills to get someone else to do it. ;) Cheers. > _changes style feed for database create/delete > ---------------------------------------------- > > Key: COUCHDB-1296 > URL: https://issues.apache.org/jira/browse/COUCHDB-1296 > Project: CouchDB > Issue Type: New Feature > Reporter: Sam Bisbee > > It would be great to have a _changes style feed for when databases get created and deleted. Currently if you want to watch the _changes feed or start replication jobs for certain types of databases (say they're name spaced) you have to get /_all_dbs and then poll it to check for changes, requiring a full array scan. > This feed would allow me to hit /_all_dbs once and then get updates without hitting /_all_dbs every second and scanning a potentially large array. > Cheers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira