On Thu, 2009-01-22 at 11:22 -0800, Chris Anderson wrote: > On Thu, Jan 22, 2009 at 11:18 AM, Chris Wagner > <[email protected]> wrote: > > FYI, this ended up taking a matter of days. I believe I was generating > > two views at once, though. I'm uncertain whether a third view that I > > have (in the same design document) was also being generated, however. > > My view file is approximately 1.25 times the size of the database file. > > all views in a design doc are generated in a single batch. This makes > for less IO overhead to the Javascript process, as well as bulk > operations to couchdb's on disk btrees.
Does that mean that *all views* must be regenerated upon every change to a design doc?
