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 41385DBB1 for ; Mon, 4 Mar 2013 14:41:17 +0000 (UTC) Received: (qmail 57251 invoked by uid 500); 4 Mar 2013 14:41:16 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 56983 invoked by uid 500); 4 Mar 2013 14:41: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 56952 invoked by uid 99); 4 Mar 2013 14:41:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 14:41:16 +0000 Date: Mon, 4 Mar 2013 14:41:16 +0000 (UTC) From: "Jan Lehnardt (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (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 [ https://issues.apache.org/jira/browse/COUCHDB-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-1296. --------------------------------- > _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 For more information on JIRA, see: http://www.atlassian.com/software/jira