Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22497 invoked from network); 15 Mar 2010 19:10:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 19:10:29 -0000 Received: (qmail 60849 invoked by uid 500); 15 Mar 2010 19:09:41 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60822 invoked by uid 500); 15 Mar 2010 19:09:41 -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 60814 invoked by uid 99); 15 Mar 2010 19:09:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 19:09:41 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msddsm@gmail.com designates 209.85.220.226 as permitted sender) Received: from [209.85.220.226] (HELO mail-fx0-f226.google.com) (209.85.220.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 19:09:32 +0000 Received: by fxm26 with SMTP id 26so665982fxm.35 for ; Mon, 15 Mar 2010 12:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:subject:to :x-priority:message-id:mime-version:content-type :content-transfer-encoding:x-mailer; bh=vsZvoFlbroDKGnhd890NFhOptEQAe3EKppcpvxRzok4=; b=X1xaC+VPumUoDc8LCKEPl7uzmDMnCbcesSQeC9skSP+7VXmS8VJt6SiFzuNiFEdgvi LnmRSn0kaTm0dGZ5+v4SOcbK4nTJirC6S/q2p/W7lHf9GfrJR6rlN+S0YTpgRmzvtivA Ig3ThQfxY8T0KnVpt5QDO7XCwVDExbRy9NoMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:subject:to:x-priority:message-id:mime-version :content-type:content-transfer-encoding:x-mailer; b=sow8pNNDEP7z7hTCuAblxQOdLDGKDWTDww2M47kbPD1z7FOjUvfF2e1R6gEd3eYH7l sKilmOr8gYCZ2Uu3TPWn86MUTJGT4kXx4vHmff/Y8pOsBeWWhwmdp4rae1YRpbltJGzb l+2FyCnXqBpQK1taKmUWNas9ulysccPM80KDM= Received: by 10.223.97.220 with SMTP id m28mr5370751fan.36.1268680150149; Mon, 15 Mar 2010 12:09:10 -0700 (PDT) Received: from mocha.mii-us.mirrorimage.net?mirrorimage.net?mirror-image.com ([65.219.237.243]) by mx.google.com with ESMTPS id e17sm7593145fke.27.2010.03.15.12.09.07 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 12:09:09 -0700 (PDT) Date: Mon, 15 Mar 2010 15:09:07 -0400 From: Matthew Sinclair-Day Subject: Replicated database size To: user@couchdb.apache.org X-Priority: 3 Message-ID: <4b9e85d5.111f5e0a.6587.ffffd45d@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: Mailsmith 2.2.5 X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, I've been putting couch 10.1 on Solaris 10/x86 through its paces=20 lately trying to understand its replication performance and=20 behavior, and have noticed the size of pre-compacted replicas=20 can vary from one host to another. In one test, the origin has roughly 1.2 million documents taking=20 up 263MB of storage, but replicated size varies from one server=20 to another: origin : 263MB replica 1: 0.6GB replica 2: 0.7GB replica 3: 1.0GB As expected the replicas are larger than the compacted origin=20 database, but I didn't expect such size differences from replica=20 to replica. After compacting the origin (again) and the replicas, their=20 sizes settle down to: origin: : 262.4MB replica 1: 262.4MB replica 2: 262.5MB replica 3: 262.4MB I'm trying to understand what the reason could be for the=20 variance in pre-compacted database sizes. All replicas are=20 running the same build of CouchDB on the same version of=20 Solaris, though replica3 is running on newer hardware in a=20 VMWare container. Matt