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 <[email protected]> wrote: > On Mon, Jun 27, 2011 at 04:56, Sean Copenhaver > <[email protected]> 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 >
