Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71852 invoked from network); 23 Oct 2009 19:33:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 19:33:03 -0000 Received: (qmail 50052 invoked by uid 500); 23 Oct 2009 19:33:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49968 invoked by uid 500); 23 Oct 2009 19:33:01 -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 49958 invoked by uid 99); 23 Oct 2009 19:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 19:33:01 +0000 X-ASF-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FS_REPLICA X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adam.kocoloski@gmail.com designates 209.85.219.215 as permitted sender) Received: from [209.85.219.215] (HELO mail-ew0-f215.google.com) (209.85.219.215) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 19:32:57 +0000 Received: by ewy11 with SMTP id 11so9658898ewy.11 for ; Fri, 23 Oct 2009 12:32:36 -0700 (PDT) Received: by 10.216.93.71 with SMTP id k49mr1752496wef.172.1256326355466; Fri, 23 Oct 2009 12:32:35 -0700 (PDT) Received: from ?10.0.1.9? (c-66-31-20-188.hsd1.ma.comcast.net [66.31.20.188]) by mx.google.com with ESMTPS id u14sm7107879gvf.3.2009.10.23.12.32.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 12:32:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: massive replication? From: Adam Kocoloski In-Reply-To: Date: Fri, 23 Oct 2009 15:32:31 -0400 Content-Transfer-Encoding: 7bit Message-Id: <1FADCCC0-EE66-48A9-8B70-8C331DFE0EFB@apache.org> References: <4AE2028F.9030502@meetinghouse.net> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1076) On Oct 23, 2009, at 3:27 PM, Andrew Melo wrote: > On Fri, Oct 23, 2009 at 2:22 PM, Miles Fidelman > wrote: >> A couple of the recent CouchDB powerpoint presentations illustrate >> replication across massive numbers of database instances. Does that >> represent anything remotely possible, for real? >> We have an application that involves replicating data across very >> large >> numbers of nodes that are intermittently connected - where we'd like >> collections of data to replicate and synchronize as connectivity >> allows. >> Think something like USENET news as an analogy. > > Hey Miles, > > I don't know if it would fit your needs (I've not used it personally), > but this may be worth looking into: > > http://tilgovi.github.com/couchdb-lounge/ > > Thanks, > Andrew Lounge is very cool, but it's more suited to distributing very large datasets over a smallish number of always-connected couches. Miles' situation is tailor-made for CouchDB's replication model. Best, Adam