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 322F78AE1 for ; Tue, 16 Aug 2011 20:08:44 +0000 (UTC) Received: (qmail 45692 invoked by uid 500); 16 Aug 2011 20:08:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45613 invoked by uid 500); 16 Aug 2011 20:08:42 -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 45605 invoked by uid 99); 16 Aug 2011 20:08:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 20:08:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 206.225.164.30 as permitted sender) Received: from [206.225.164.30] (HELO EXHUB020-3.exch020.serverdata.net) (206.225.164.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 20:08:34 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.169]) by EXHUB020-3.exch020.serverdata.net ([206.225.164.30]) with mapi; Tue, 16 Aug 2011 13:08:13 -0700 From: Jens Alfke To: "user@couchdb.apache.org" Date: Tue, 16 Aug 2011 13:08:13 -0700 Subject: Re: Remove field from view Thread-Topic: Remove field from view Thread-Index: AcxcUDpSBV4WgCqRTkGb9ZifWMl4RA== Message-ID: References: <6448729C6F9F4DEABF68F63145C98E31@rgabostyle.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_D59FA4B0B0614B9BB741E16567700AEEcouchbasecom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_D59FA4B0B0614B9BB741E16567700AEEcouchbasecom_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable On Aug 16, 2011, at 12:23 PM, Mark Hahn wrote: Why not put c in a separate doc? Maybe with the same doc id but a '-c' suffix. Then you can pull it whenever you wish as a second read by id. You could also use the new {_id: "-c"} feature to include c. Using an attachment seems like the same concept only cleaner, working with = the design of CouchDB. =97Jens --_000_D59FA4B0B0614B9BB741E16567700AEEcouchbasecom_--