Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 62685 invoked from network); 24 Mar 2009 14:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2009 14:08:23 -0000 Received: (qmail 91568 invoked by uid 500); 24 Mar 2009 14:08:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91498 invoked by uid 500); 24 Mar 2009 14:08:22 -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 91488 invoked by uid 99); 24 Mar 2009 14:08:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 14:08:22 +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 anandology@gmail.com designates 209.85.142.191 as permitted sender) Received: from [209.85.142.191] (HELO ti-out-0910.google.com) (209.85.142.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 14:08:16 +0000 Received: by ti-out-0910.google.com with SMTP id u5so2077632tia.3 for ; Tue, 24 Mar 2009 07:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=pvemCWJ/2eAkJ9EM2nQCV3MPdphNb9a/bMaR4tNZDB4=; b=Cdy/WVZSId+hHHSXR9aohx1SsW3oRONWZrXq1RC075k2sO2QO61dkeZJpT+wjX3HRQ 3jHq4nvuoHGiWPEK2R9aOP+XkHrdMDDMjCKzqPdV2a8y0jd7Y187vvILrjBh9v3sHCe8 1mAaGKa+p8gG7tYnYCGnQ1ZmnnXXuJR0J2iXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rNkP9DeA/ARSRO5PUjMEQwOxG7lY5IVYHz1v4GNWZI2OXqthEve9z/e4qRBydPlS/d xNwtIDQfZRB7KN94ytbNcjfzFutTrdJqAkHYN5c3eQ1dqSW03XYQVngMfmy34M3Mw8Tc mThK5w6bll3MLFoBgA5gkjGmHZIidf78qOHaI= MIME-Version: 1.0 Received: by 10.110.86.3 with SMTP id j3mr11509636tib.32.1237903674698; Tue, 24 Mar 2009 07:07:54 -0700 (PDT) In-Reply-To: <1521749F-CE71-4AFE-ADD9-024E85FD60EA@apache.org> References: <41139fcb0903222217w75d8f659j47cfcf09cc947d1d@mail.gmail.com> <067F6F37-C7D3-41CA-936E-D7D1D0DD8331@apache.org> <41139fcb0903232159l3ae6ac51v339af4fafe9b5461@mail.gmail.com> <1521749F-CE71-4AFE-ADD9-024E85FD60EA@apache.org> Date: Tue, 24 Mar 2009 19:37:54 +0530 Message-ID: <41139fcb0903240707n7919daf9v5a8a759a0f0e81c7@mail.gmail.com> Subject: Re: view indexer in running again and again From: Anand Chitipothu To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org >> There is a code to compute the view > > view functions or map/reduce functions or view definition > >> , there is a view file stored on disk > > view index [file] > >> , there is a process to compute the view > > view updater > >> and there is url to query to the view. > > view URL Thanks.