Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 48977 invoked from network); 4 Oct 2008 20:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2008 20:34:12 -0000 Received: (qmail 52496 invoked by uid 500); 4 Oct 2008 20:34:10 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 52470 invoked by uid 500); 4 Oct 2008 20:34:09 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 52459 invoked by uid 99); 4 Oct 2008 20:34:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2008 13:34:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nexneo@me.com designates 17.148.16.103 as permitted sender) Received: from [17.148.16.103] (HELO asmtpout028.mac.com) (17.148.16.103) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Oct 2008 20:33:07 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from [10.25.221.231] ([218.248.78.12]) by asmtp028.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K8800F44E9PGJM2@asmtp028.mac.com> for couchdb-user@incubator.apache.org; Sat, 04 Oct 2008 13:29:57 -0700 (PDT) Message-id: <9E9A480C-EC26-427F-A00C-340B03F4E48A@me.com> From: Niket Patel To: couchdb-user@incubator.apache.org Subject: Bulk Delete Date: Sun, 05 Oct 2008 01:58:48 +0530 X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org Hello, Due to bug(infinite loop) in application code, I have end up with thousands(20K) of documents in just few hours. I want to delete all documents with particular attribute value. is that possible with single API call? or replication is possible with view(subset of documents) so I replicate good docs to other db and delete original and replicate again? Thanks