Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 55609 invoked from network); 3 Nov 2008 04:54:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 04:54:05 -0000 Received: (qmail 65595 invoked by uid 500); 3 Nov 2008 04:54:10 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 65561 invoked by uid 500); 3 Nov 2008 04:54:10 -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 65550 invoked by uid 99); 3 Nov 2008 04:54:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 20:54:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonathan.ginter@coradiant.com designates 199.84.5.210 as permitted sender) Received: from [199.84.5.210] (HELO sryulwis0comx01.coradiant.com) (199.84.5.210) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 04:52:52 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Largest CouchDB dbs? Date: Sun, 2 Nov 2008 23:53:08 -0500 Message-ID: <0E689907656A4B499E477CBB9A24044707FAF6D0@sryulwis0comx01.coradiant.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Largest CouchDB dbs? Thread-Index: Ack9OpQNsjOAfXRBTC+Slcj00zorFAAM+pgg References: <8C1EE3D1-D62F-4C6A-A859-196297E09C3D@apache.org> From: "Jonathan Ginter" To: X-Virus-Checked: Checked by ClamAV on apache.org I have a similar issue. I am interested in using CouchDB to host a 200+ = GB database that will receive well over 200 million documents per day. = Moreover, the data must roll out - i.e., constant background purging - = and also support UI queries. And this is just a starting point to match = the abilities of the relational database we are already running. I will = want the DB to scale up from there. If there is no hope of the CouchDB being able to handle all of that - = regardless of how many machines we deploy - I would like to know that = now before I look any further into this project. Does anyone have a reasonable idea about whether CouchDB will be capable = of such massive scalability or how many machines it would take to scale = that large? I would appreciate any feedback that anyone might have on this. Jonathan -----Original Message----- From: Paul Davis [mailto:paul.joseph.davis@gmail.com]=20 Sent: Sunday, November 02, 2008 5:30 PM To: couchdb-user@incubator.apache.org Subject: Re: Largest CouchDB dbs? Largets one I know of: http://www.lixo.org/archives/2008/11/02/announcing-lotsofwordscom/ On Sun, Nov 2, 2008 at 5:23 PM, Ask Bj=F8rn Hansen = wrote: > What are the largest known production DBs in CouchDB? > > I'm loading ~3M documents into a database that'll be probably around = 10GB > and then grow from there. So not very much data, but inserting and = updating > views is much slower than I expected (or thought they were in tests on > earlier versions, is that possible?) > > > > - ask >