Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 6951 invoked from network); 21 Dec 2008 09:18:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2008 09:18:35 -0000 Received: (qmail 36213 invoked by uid 500); 21 Dec 2008 09:18:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36180 invoked by uid 500); 21 Dec 2008 09:18:34 -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 36169 invoked by uid 99); 21 Dec 2008 09:18:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 01:18:34 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of webjogger@gmail.com designates 209.85.198.224 as permitted sender) Received: from [209.85.198.224] (HELO rv-out-0506.google.com) (209.85.198.224) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Dec 2008 09:18:28 +0000 Received: by rv-out-0506.google.com with SMTP id g37so1560137rvb.35 for ; Sun, 21 Dec 2008 01:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=IFlj1wr6Mjix2S5+fhCXxA3VR0w1x02qXbulY8uoSKk=; b=bjdbnALUdYSA+iHv2H5SJOOgjmA1ucR4Be7E6Uw+UB/EF8z2uMWvfKodZy7IV+GvZ0 cIaBBWnVW5zqT5N0rNER33tGmw8Kp0GDGh5pGxezST6G2Dnen8rsl2woIwVkkjYVWJ4g nuXpX6pota6sanZScmbzvKRsHV5gNnjs2YhaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=grB17gu3eu0cKvV43aMrOXkl94qtdAx23rAxvrCNYlreDXLFWa6TdZIHOwQjBmH9Xw lX5Q2Mmpc5ynA23hJYbhAspOe2YK75AnL1giindffhHq9Niml4sP86xgapIhrWQk3CG1 foMQtSWBS0KmM1vywg8XJf2YncYBz5Ye51myw= Received: by 10.141.137.3 with SMTP id p3mr2535532rvn.296.1229851087791; Sun, 21 Dec 2008 01:18:07 -0800 (PST) Received: by 10.141.153.4 with HTTP; Sun, 21 Dec 2008 01:18:07 -0800 (PST) Message-ID: <4c69d7170812210118i5baf91b7x190f62a4ca168524@mail.gmail.com> Date: Sun, 21 Dec 2008 01:18:07 -0800 From: "paul jobs" To: user@couchdb.apache.org Subject: permanent view index update on data insertion or change MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_54870_5893732.1229851087780" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_54870_5893732.1229851087780 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Right now, i m guessing that the view is getting updated when a view is queried or requested Is it possible to configure Couchdb to prepare views ahead of the time when the request is made, for eg., when a new doc is inserted or a current doc updated, this way i m hoping that the queries on permanent views will be even more faster and can be used to present data to users right now, i m unable to present data to users ,due to a perceptible delay in preparing the data Thanks a lot for pointers Couchdb rox ------=_Part_54870_5893732.1229851087780--