From user-return-4116-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Mar 21 04:54:10 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 1158 invoked from network); 21 Mar 2009 04:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2009 04:54:10 -0000 Received: (qmail 97650 invoked by uid 500); 21 Mar 2009 04:54:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97608 invoked by uid 500); 21 Mar 2009 04:54:03 -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 97597 invoked by uid 99); 21 Mar 2009 04:54:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 21:54:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anandology@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 04:53:55 +0000 Received: by ti-out-0910.google.com with SMTP id u5so975918tia.3 for ; Fri, 20 Mar 2009 21:53:33 -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=Ot16NmDTJntIyQm+xs0wtTZz9bf91Q0HZ47yaJTNqmA=; b=mPhDJRSAjoLufOIySSuI8eOvAlYZ+85DrTCUccrjYakSjG9pE7FCZP4GwofFAKnG6X +yiYzWX2Xorh1z7qO5dDS2a8V1JWYQpVp3oQ+hHTzoSvZ0SIFIBsN/TwR4VMqiIn/Xu9 zjVy7UA1p8uWBjNXeubP8l4P5m8St27Vfsgn4= 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=jrXaojcFmfUKsgSH6xOWROMnPwfHsgTnXONlOqtdAPTmQl+PVTJwffnPwCL2Xj5hRO q0Suo5wo/hM2+jQNjcfUWwOQKKOOn3XlfBekacGxNheZxN8IaEP4YhzOqNGONm9EKjal a46lUqQ5GHe8bxd4z5rNCceZvVpcqZkrsg+MU= MIME-Version: 1.0 Received: by 10.110.7.5 with SMTP id 5mr6743937tig.39.1237611212812; Fri, 20 Mar 2009 21:53:32 -0700 (PDT) In-Reply-To: <69E29C36-857A-40C8-B2A3-53AC0728CA5F@apache.org> References: <41139fcb0903192334n6028e604v24d4d31cae735191@mail.gmail.com> <00EAC8FB-F13F-412D-A67D-B19E8A2C6B52@apache.org> <41139fcb0903200341u3695543cv140b7480502151ad@mail.gmail.com> <795362BB-DA5E-4B44-9F72-A5F0DBDDAF7C@apache.org> <41139fcb0903200417p695f9043y9d4adf7dbedf699@mail.gmail.com> <41139fcb0903200435m33992fabk613d741eb857b370@mail.gmail.com> <41139fcb0903200459m63fda34ap403fad68710d8a9a@mail.gmail.com> <69E29C36-857A-40C8-B2A3-53AC0728CA5F@apache.org> Date: Sat, 21 Mar 2009 10:23:32 +0530 Message-ID: <41139fcb0903202153t55c2aa35rde642b8d2bee7011@mail.gmail.com> Subject: Re: using mutliple cores for view computation 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 > All the views in a design document computed in one process. If one view in a design document is modified, will it compute only the modified view or all the views in the design document?