From user-return-15660-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Apr 06 11:36:02 2011 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 40827 invoked from network); 6 Apr 2011 11:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 11:36:02 -0000 Received: (qmail 12590 invoked by uid 500); 6 Apr 2011 11:36:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 12565 invoked by uid 500); 6 Apr 2011 11:36:00 -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 12557 invoked by uid 99); 6 Apr 2011 11:36:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 11:36:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sean.copenhaver@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yw0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 11:35:51 +0000 Received: by ywa1 with SMTP id 1so959076ywa.11 for ; Wed, 06 Apr 2011 04:35:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:references:from:content-type:x-mailer :in-reply-to:message-id:date:to:content-transfer-encoding :mime-version; bh=IMqNrDpg5S84h8fDwE0bo1tLoX1S+kR6PLA+r9PjNDI=; b=SrFH497cqS6BFoJa5aAgv1IYho4X+/D5oJWPX7FVzTDyjKZ1nskL1/BDphk1MLaSsB 0QiaagPXZZDlIteATeEuk/GaawvXPdywfLWKtCzlk5EvuBHI+j/Ce0mt/pRldamsKwwG qVzQBIfQTCWGU8AsD2JsWPQr7ei/WM3soPXsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; b=YhDr8ShzmezWFln6lhcmzmI4xhCmP23GR8uI9Jo7Drwzkvcg19W061cfgRi+SIR/R2 tlThouWAd3ZjqU6MlPzyW4LAfAgzzuoHBFw2mtz6EFgjeXC5YCRCZ5aubcfRUtgjH23I d6fJN9IOyXynK2fWxkJ1SlF89mswi5CvbXfCE= Received: by 10.101.119.12 with SMTP id w12mr627306anm.157.1302089730644; Wed, 06 Apr 2011 04:35:30 -0700 (PDT) Received: from [10.0.1.4] (99-98-235-230.lightspeed.clmasc.sbcglobal.net [99.98.235.230]) by mx.google.com with ESMTPS id t23sm554934ano.51.2011.04.06.04.35.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2011 04:35:30 -0700 (PDT) Subject: Re: tools to move to mongodb if necessary References: From: Sean Copenhaver Content-Type: text/plain; charset=utf-8 X-Mailer: iPhone Mail (8F190) In-Reply-To: Message-Id: <30EC16A3-F40A-4809-9BD7-B54F31D284CD@gmail.com> Date: Wed, 6 Apr 2011 07:35:26 -0400 To: "user@couchdb.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (iPhone Mail 8F190) X-Virus-Checked: Checked by ClamAV on apache.org You might want to consider both right now. Last I looked the things I loved a= bout couchdb (rest, replication, _changes, this couchapp design doc idea) do= not have an equal in mongodb.=20 I mentioned mongo in another thread simple because it's the "other one" and d= idn't realize update functions can take care of revision conflicts. On Apr 6, 2011, at 4:10 AM, Benoit Chesneau wrote: > On Wed, Apr 6, 2011 at 10:03 AM, bryan rasmussen > wrote: >> Hi, >>=20 >> I'm worried that in the future I might need to move to MongoDB, and if >> it becomes necessary to make that move I should do so fairly quickly >> (this is very much a 'be prepared for eventualities 6 months from now >> sort of thing'), so I'm wondering if there are any tools out there to >> make such a migration easier, and if there is anything I should >> consider when making my couchdb databases in light of a need to >> eventually migrate. >>=20 >> My main worry is having data that expands very rapidly >>=20 >> thanks, >> Bryan Rasmussen >> . >>=20 > I would only think about it when the problem come. Also you have > different alternatives to mongo if you're worry about elasticity: >=20 > couchdb-lounge (? status) > bigcouch/cloudant >=20 > and some other that could come. >=20 > - beno=C3=AEt