Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 24974 invoked from network); 12 Aug 2009 03:15:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Aug 2009 03:15:16 -0000 Received: (qmail 7636 invoked by uid 500); 12 Aug 2009 03:15:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7555 invoked by uid 500); 12 Aug 2009 03:15:21 -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 7545 invoked by uid 99); 12 Aug 2009 03:15:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 03:15:21 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Aug 2009 03:15:13 +0000 Received: (qmail 24900 invoked by uid 99); 12 Aug 2009 03:14:45 -0000 Received: from localhost.apache.org (HELO [10.0.1.2]) (127.0.0.1) (smtp-auth username kocolosk, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 03:14:45 +0000 Message-Id: <86E3E7B0-D583-483C-B514-207CBE3728A5@apache.org> From: Adam Kocoloski To: user@couchdb.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: replication- copies view? Date: Tue, 11 Aug 2009 23:14:50 -0400 References: X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi Tommy, it will need to be recomputed on the target. Best, Adam On Aug 11, 2009, at 9:57 PM, Tommy Chheng wrote: > If I replicate my couchdb database to another target, will the views > be preserved or will it be re-computed again on the target? > > - > tommy