Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AE003335 for ; Mon, 2 May 2011 10:47:34 +0000 (UTC) Received: (qmail 96232 invoked by uid 500); 2 May 2011 10:47:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96204 invoked by uid 500); 2 May 2011 10:47:32 -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 96196 invoked by uid 99); 2 May 2011 10:47:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 10:47:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dionne@dionne-associates.com designates 66.147.249.253 as permitted sender) Received: from [66.147.249.253] (HELO oproxy1-pub.bluehost.com) (66.147.249.253) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 May 2011 10:47:26 +0000 Received: (qmail 22648 invoked by uid 0); 2 May 2011 10:47:06 -0000 Received: from unknown (HELO host183.hostmonster.com) (74.220.207.183) by cpoproxy1.bluehost.com with SMTP; 2 May 2011 10:47:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=dionne-associates.com; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-Identified-User; b=qUVxJ9hETqnuq+vHgn/Jvz1lU45/Twi5IeXI3yPvaNo27ONVwyTidS9FwJy2TcurNk9ELmxVRwDZdxJti5mUXbrTkQX6+BiXdz91x1L2Ia22+/jJw77T1SKxJin/eti8; Received: from adsl-99-93-170-231.dsl.wlfrct.sbcglobal.net ([99.93.170.231] helo=[192.168.1.108]) by host183.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1QGqef-0001Lw-NI for user@couchdb.apache.org; Mon, 02 May 2011 04:47:06 -0600 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Moving Partitions From: Robert Dionne In-Reply-To: Date: Mon, 2 May 2011 06:47:04 -0400 Content-Transfer-Encoding: 7bit Message-Id: <1506C65C-994E-414D-B36F-24F149C43C69@dionne-associates.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) X-Identified-User: {2551:host183.hostmonster.com:dionneas:dionne-associates.com} {sentby:smtp auth 99.93.170.231 authed with dionne@dionne-associates.com} You may want to look at bigcouch[1] also. [1] https://github.com/cloudant/bigcouch On May 2, 2011, at 6:43 AM, Stefan Podkowinski wrote: > Hello Couch Users > > As I'm about to develop a deployment strategy for my current company, > theres one aspect left that keeps me puzzled. While couch seems to be > pretty disk hungry I need a way to scale in terms of disk space and > decided to setup oversharding right from the start. I plan to create a > couple of logical partitions on a single server that I can move later > to another server to free disk space. Propably using lounge for that. > > What I'm wondering though is how to move the data to a new node in > that case. E.g. lets say I have node A with 16 logical partitions. Now > I like to move 8 of them to a new node B. How can I move the data for > only those 8 partitions to the new node? I can't just reimport the > whole data as that would take too much time. Is that even possible to > split an existing node that way? > > Cheers, > Stefan