Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 5804 invoked from network); 3 Nov 2008 15:00:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 15:00:58 -0000 Received: (qmail 89958 invoked by uid 500); 3 Nov 2008 15:01:02 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 89929 invoked by uid 500); 3 Nov 2008 15:01:02 -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 89918 invoked by uid 99); 3 Nov 2008 15:01:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 07:01:02 -0800 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 jesper.louis.andersen@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 14:59:47 +0000 Received: by wa-out-1112.google.com with SMTP id l24so1390291waf.12 for ; Mon, 03 Nov 2008 07:00:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nPDIRv8UWljbh+yoRopLlPG7uQgOSB7P7feC8qaZxlQ=; b=u6tbeZW/JZID83seNMKkw6YM+so0m1Z0c+g1CjJjLOlwd7wz23fEi6v2OyLk0gC6IE s2th514gZRHX+u2pjWshX6cDjan5sg1QR22v9tAWl6yddyTUxPrNLutW3BaMoCI/SBjx BPkIZRloaRXmiZyTfJd63tEJXrTLJUBlsXzto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ce5qA824Kg5BtxuX2BNwZwGnWsYIDc9zJUPwddnQBok9UwUtKk2iYkLW0DRODPj0uh Po7S4J/zySyWnmDuFH3CKO52BKHT6/VvVBjpEh+xxZbT/ifNKZwkuvOlsuzQR9vmVYpb yNVXlOj3TmESF7aPEOqdsGnBJQVQG78C9/iko= Received: by 10.114.192.3 with SMTP id p3mr135171waf.112.1225724419050; Mon, 03 Nov 2008 07:00:19 -0800 (PST) Received: by 10.114.177.19 with HTTP; Mon, 3 Nov 2008 07:00:18 -0800 (PST) Message-ID: <56a0a2840811030700he7f622cw1f8cc2dc09fc5585@mail.gmail.com> Date: Mon, 3 Nov 2008 16:00:18 +0100 From: "Jesper Louis Andersen" To: couchdb-user@incubator.apache.org Subject: Re: Largest CouchDB dbs? In-Reply-To: <241FD008-0740-4393-9F4D-D2A7C14F764D@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8C1EE3D1-D62F-4C6A-A859-196297E09C3D@apache.org> <46302F0F-7FF1-475B-B341-E7699295D915@apache.org> <241FD008-0740-4393-9F4D-D2A7C14F764D@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Nov 3, 2008 at 10:34 AM, Jan Lehnardt wrote: > Which Erlang version are you running. R11B-x is known for causing view-build > slowness. > R12B-3 and R12B-4 are good. R11B in general has pretty bad handling of binary data in Erlang. You _definitely_ want R12B-3/4 as they have a more clever algorithm for construction of binaries.