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 5C49711DFF for ; Tue, 22 Apr 2014 12:07:27 +0000 (UTC) Received: (qmail 74200 invoked by uid 500); 22 Apr 2014 12:07:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 73802 invoked by uid 500); 22 Apr 2014 12:07:15 -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 Received: (qmail 73793 invoked by uid 99); 22 Apr 2014 12:07:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 12:07:13 +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 (athena.apache.org: domain of bcitrin@gmail.com designates 209.85.220.54 as permitted sender) Received: from [209.85.220.54] (HELO mail-pa0-f54.google.com) (209.85.220.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 12:07:08 +0000 Received: by mail-pa0-f54.google.com with SMTP id lf10so4918062pab.27 for ; Tue, 22 Apr 2014 05:06:47 -0700 (PDT) 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=bgDLtxD7i5clS8Gt5okLE5Wov83csk/fw3iZLRiX2aE=; b=RlTNxhF4vSwNPnXJwancgDvLIUFJIUxr1yWYKd3xp/UMAdW9lY6heLWY56ps0ld7ko 5UG2D08huDGBq6Ktke1qi2rZQwcKCChOpApPKY6xef1F68qpFbI1LQlvqZaIPV1DPNrX FkXBgribBcqAW6yViktwNR0pvkqoNUWgV8sWv3RnBJmxdFU1bfAWKFIf23RKNHPFySjo P2kLPfCTpV7jcC9NYiv7HIObZhL3HwZHut12+QCv3sG5z0o4q9/uHVAyCMxEaGtqzfFj Jf80xahURODet8srMAWPUGmSaHDqg/XPzdw021gHhTkPWOr/hmkekOEyRhrvdiNfhQGS XuBg== MIME-Version: 1.0 X-Received: by 10.68.163.100 with SMTP id yh4mr9580179pbb.122.1398168407396; Tue, 22 Apr 2014 05:06:47 -0700 (PDT) Received: by 10.70.93.228 with HTTP; Tue, 22 Apr 2014 05:06:47 -0700 (PDT) Date: Tue, 22 Apr 2014 15:06:47 +0300 Message-ID: Subject: Compaction of a database with the same number of documents is getting slower over time From: Boaz Citrin To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=047d7ba96d9442569a04f7a07310 X-Virus-Checked: Checked by ClamAV on apache.org --047d7ba96d9442569a04f7a07310 Content-Type: text/plain; charset=UTF-8 Hello, Our database contains more or less the same number of documents, however the documents themselves change frequently. I would expect that compaction time will be the same, but I see that over time it takes longer to compact the database. Why is it so? Any way to overcome this? Thanks, Boaz --047d7ba96d9442569a04f7a07310--