From user-return-2312-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Dec 22 04:33:21 2008 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 73064 invoked from network); 22 Dec 2008 04:33:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 04:33:21 -0000 Received: (qmail 45267 invoked by uid 500); 22 Dec 2008 04:33:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45233 invoked by uid 500); 22 Dec 2008 04:33:20 -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 45221 invoked by uid 99); 22 Dec 2008 04:33:20 -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 20:33:20 -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.228 as permitted sender) Received: from [209.85.198.228] (HELO rv-out-0506.google.com) (209.85.198.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 04:33:13 +0000 Received: by rv-out-0506.google.com with SMTP id g37so1800671rvb.35 for ; Sun, 21 Dec 2008 20:32:53 -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:in-reply-to:mime-version:content-type:references; bh=EcHLtCv7PDGRwPUxDKZJcdWX7fFmEj36iXaEuyx8xcE=; b=dbA53jW82htYmfNH0jumLZ+/MU8XHQSJewzntmv00v+a3M0wNr70NDPVUjrEJPV2sD WXItGHlycMrq3nW1t2jV4MSeESgSB5rZnCKdhBQa9fE0l2+wukOxQXTzYmHwhtiy8oCW JtfVRSVGKxQpr1crkhE7XpvFRYXQs22lQemFs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=HHLD+x6SYrPQ+3rMwVtRDhpBHO0h0yNb385Nd8Zaf5GxRQgmEB1JJ1BjHpbGXF/Bd8 GpLJgexnnTIXInpkZdeiMKxXZpUx92B2IoGGdpNmcapjb4KIJ7dX3iiKlMAL333Nsfmc d47/NDCh9Mdu4ddYyfNtNOFvPvDTLx0RHpImQ= Received: by 10.140.193.15 with SMTP id q15mr2979731rvf.78.1229920373457; Sun, 21 Dec 2008 20:32:53 -0800 (PST) Received: by 10.141.153.4 with HTTP; Sun, 21 Dec 2008 20:32:53 -0800 (PST) Message-ID: <4c69d7170812212032x3c60107p4d21d97cf14b74c2@mail.gmail.com> Date: Sun, 21 Dec 2008 20:32:53 -0800 From: "paul jobs" To: user@couchdb.apache.org Subject: Re: permanent view index update on data insertion or change In-Reply-To: <226d73360812210226k1a873c7cx94e9ca0157ead119@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_59390_23867042.1229920373442" References: <4c69d7170812210118i5baf91b7x190f62a4ca168524@mail.gmail.com> <226d73360812210226k1a873c7cx94e9ca0157ead119@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_59390_23867042.1229920373442 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline http://wiki.apache.org/couchdb/RegeneratingViewsOnUpdate?action=showdoes anyone have a view regenerator in python thanks On Sun, Dec 21, 2008 at 2:26 AM, Ulises wrote: > > 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 > > This is what update notifier has been used for. See > > http://wiki.apache.org/couchdb/Frequently_asked_questions#update_views_more_often > for more information. > > U > ------=_Part_59390_23867042.1229920373442--