Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58136 invoked from network); 14 Jul 2009 08:23:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 08:23:58 -0000 Received: (qmail 40531 invoked by uid 500); 14 Jul 2009 08:24:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 40460 invoked by uid 500); 14 Jul 2009 08:24:07 -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 40446 invoked by uid 99); 14 Jul 2009 08:24:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 08:24:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waqner@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Jul 2009 08:23:57 +0000 Received: (qmail invoked by alias); 14 Jul 2009 08:23:35 -0000 Received: from p5087CED1.dip.t-dialin.net (EHLO kiew.localnet) [80.135.206.209] by mail.gmx.net (mp012) with SMTP; 14 Jul 2009 10:23:35 +0200 X-Authenticated: #27239598 X-Provags-ID: V01U2FsdGVkX1+Lx6dFUuuL+9BqN/vw+ar6ludbZU5ZRfAww/UDLf lm8R5s3w3xGB5t From: Alexander Wagner To: user@couchdb.apache.org Subject: Re: Updating views while inserting documents Date: Tue, 14 Jul 2009 10:23:33 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-gentoo-r5; KDE/4.2.4; i686; ; ) References: <6D108219-1BAE-43EF-BEE2-6D0DE33257DB@googlemail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907141023.34171.waqner@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.82 X-Virus-Checked: Checked by ClamAV on apache.org > The problem now probably is caused by the user who added quite large > data into a field. Can you avoid processing this field in the view? Retrieving the view with include_docs=true can still give your users the complete documents, but those large data would be neiter stored nor indexed in the view. Gesundheit Wagner