From couchdb-user-return-1685-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sun Nov 02 22:25:19 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 22743 invoked from network); 2 Nov 2008 22:25:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 22:25:19 -0000 Received: (qmail 96556 invoked by uid 500); 2 Nov 2008 22:25:18 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 96487 invoked by uid 500); 2 Nov 2008 22:25:18 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 96475 invoked by uid 99); 2 Nov 2008 22:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 14:25:18 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.52.237.208] (HELO x8.develooper.com) (216.52.237.208) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 22:24:02 +0000 Received: (qmail 18887 invoked from network); 2 Nov 2008 22:23:40 -0000 Received: from gw.develooper.com (HELO embla.bn.dev) (ask@mail.dev@64.81.84.140) by smtp.develooper.com with (AES128-SHA encrypted) SMTP; 2 Nov 2008 22:23:40 -0000 Message-Id: <913EB1B8-AC34-4406-93A2-73F90CCEC7D8@apache.org> From: =?ISO-8859-1?Q?Ask_Bj=F8rn_Hansen?= To: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: How to organize views Date: Sun, 2 Nov 2008 14:23:38 -0800 X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm using 0.9.0 (svn trunk). What's the best way to organize the design documents? In the DB I'm working on I have three design documents (with 1, 2 and 3 views respectively); roughly organized by "which data is indexed". Does that make sense? If I understand it right, then each design document updates separately, but all views in a design doc are updated together. Given that, does it make more sense to split them up further; or do I get some performance benefits from updating more of the documents together? - ask