Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43506117AE for ; Wed, 2 Apr 2014 07:16:58 +0000 (UTC) Received: (qmail 9378 invoked by uid 500); 2 Apr 2014 07:16:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 8095 invoked by uid 500); 2 Apr 2014 07:16:32 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 31686 invoked by uid 99); 2 Apr 2014 06:39:22 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ashishchaudhary.j@gmail.com designates 209.85.216.195 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KtLSXiVwYLb7ZpOB/l/39c78WxHvfjgxgoDVo9UhWpo=; b=yEivpPrHuXrFUV5OIGqB/BBj4cbLB1+t0jev/1Hb10EMckYZRyXuq+46yQNSBQpoi1 I0Mp+FEDGauK6Eb4qfzkBkLTth7aINd1HpxDJ8gqabVqGKTlRgcIzGae0YhuE9pRztz9 kxqBiKAchHJdwizq2m9vh6O6d2tCjT4arBq6CWB8Hrcn4U+5SqPH6O8h4fiUD2/851Dx kAYLdhupzLqWQ2tRirrbUvhtvTG2MfVcP0RJoQL6oELncN1BIgL3FBuMa86oR61fP9pu vwsmfCQ7bz2N8hs78vMw2Lr+Udq9mzZEIVny4Plmj0zhtzg7SWAXVxPw4HC8CrgHpJco pIhg== MIME-Version: 1.0 X-Received: by 10.229.89.65 with SMTP id d1mr21553814qcm.14.1396420735160; Tue, 01 Apr 2014 23:38:55 -0700 (PDT) Date: Wed, 2 Apr 2014 12:08:55 +0530 Message-ID: Subject: Couchdb view compaction From: Ashish Chaudhary To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a1133cbc8e0570704f6098923 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133cbc8e0570704f6098923 Content-Type: text/plain; charset=ISO-8859-1 I have successfully completed compaction of my database file. This is the first time I did compaction and my file size decreases from 41GB to 9.8 GB. Now I want to perform compaction on my views. So I tried to compact one of my view and I notice on the Status form of futon that there are two process that start running. i.e 1. The re-indexing of that view. 2. The compaction of view. The compaction process completed first and then one more process of re-indexing started. So now there are two re-indexing process running for same view. Is this correct behavior? Also I want to know instead of compaction of view, if I delete the view files and again re-index the view, will it be fast as compared to the above scenerio? --001a1133cbc8e0570704f6098923--