Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30A716E30 for ; Thu, 30 Jun 2011 09:23:14 +0000 (UTC) Received: (qmail 41615 invoked by uid 500); 30 Jun 2011 09:23:12 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41453 invoked by uid 500); 30 Jun 2011 09:23:05 -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 41296 invoked by uid 99); 30 Jun 2011 09:23:01 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 09:23:01 +0000 Received: from localhost (HELO mail-iw0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2011 09:23:00 +0000 Received: by iwn9 with SMTP id 9so3539704iwn.11 for ; Thu, 30 Jun 2011 02:22:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.0.234 with SMTP id 42mr1584635ibc.110.1309425779877; Thu, 30 Jun 2011 02:22:59 -0700 (PDT) Received: by 10.231.146.80 with HTTP; Thu, 30 Jun 2011 02:22:59 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jun 2011 10:22:59 +0100 Message-ID: Subject: Re: CouchDB vs RavenDB (Specific features) From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I don't think we should encourage the use of temporary views. I'm one of the folks that wants to remove that feature once we develop a suitable replacement (an in-browser 'view preview' simulator, for example). On 30 June 2011 09:21, Randall Leeds wrote: > On Mon, Jun 27, 2011 at 04:56, Sean Copenhaver > wrote: >> >> *Auto Indexing >> I'm guessing you are talking about if you can issue CouchDB a >> dynamic/temporary view and if CouchDB will build and store the index. I >> don't believe it does and when you issue the temporary view I believe >> CouchDB basically does all the work and then throws it away. Those are >> really meant for development/testing purposes. > > I believe the work is not thrown away until a view cleanup is > requested. Identical temporary views should be fast and creating a > permanent view with identical source should not require a full > rebuild. > > -Randall >