On Sat, Feb 27, 2010 at 09:02:22PM -0800, James Marca wrote: > Perhaps I wasn't clear that the design docs *are* being replicated, but the > actual computation of the views are not.
Views are built lazily. They are not built until the first time someone queries one of the views within a design doc (at which point all views in that DD are built)
