You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Larry <co...@lroot.com> on 2009/10/15 21:09:32 UTC

Clarifying the view indexing process

On the CouchDB wiki there is an Ruby script that can be used to query your
views on update. I was wondering when using this process does every single
view need to be called specifically, or does updating one view for a given
document cause all the views to be updated. I assume its the ladder but I
just wanted to double check. Thanks
larry

Re: Clarifying the view indexing process

Posted by Adam Kocoloski <ko...@apache.org>.
On Oct 15, 2009, at 3:09 PM, Larry wrote:

> On the CouchDB wiki there is an Ruby script that can be used to  
> query your
> views on update. I was wondering when using this process does every  
> single
> view need to be called specifically, or does updating one view for a  
> given
> document cause all the views to be updated. I assume its the ladder  
> but I
> just wanted to double check. Thanks
> larry

You've got it right, all view in a design document are updated  
simultaneously.  Best,

Adam