Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 61421 invoked from network); 4 Nov 2010 14:57:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 14:57:44 -0000 Received: (qmail 93525 invoked by uid 500); 4 Nov 2010 14:58:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 93455 invoked by uid 500); 4 Nov 2010 14:58:14 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Delivered-To: moderator for dev@couchdb.apache.org Received: (qmail 43416 invoked by uid 99); 4 Nov 2010 08:27:20 -0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?Q?Siegmund_F=C3=BChringer?= Date: Thu, 4 Nov 2010 09:26:31 +0100 Message-ID: Subject: Re: multi columns To: user@couchdb.apache.org Cc: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf300faccf763490049435eb68 X-Virus-Checked: Checked by ClamAV on apache.org --20cf300faccf763490049435eb68 Content-Type: text/plain; charset=UTF-8 hi! On Wed, Nov 3, 2010 at 5:32 PM, sgoto wrote: > hi couchdb, > > are there any plans for supporting multi columns in couchdb (eg update > one column for a key without re writing the entire row) ? > there is no way to prevent a re-writing of a complete document, but with a document update handler ( http://wiki.apache.org/couchdb/Document_Update_Handlers) you don't have to transfer the whole document over the wire. maybe that helps? cheers, SiFu > > sam > > -- > f u cn rd ths u cn b a gd prgmr ! > --20cf300faccf763490049435eb68--