So if only one application is using the database (at the moment), I'd have only one design document? And do you mean application in the broad sense (i.e. any client of the database) or just couchdb applications?
Hadley On Tue, Sep 1, 2009 at 12:07 PM, Zachary Zolton<[email protected]> wrote: > Basically, each application that uses a database should correspond to > a different design doc: > > http://books.couchdb.org/relax/design-documents/design-documents#Applications%20are%20Documents > > On Tue, Sep 1, 2009 at 11:35 AM, Hadley Wickham<[email protected]> wrote: >> Hi all, >> >> I'm confused about how I should split my views up between design >> documents. I understand that the all the views in a design document >> are reindexed together, but this doesn't give me any feel for how I >> should split views up across design documents. My feeling is to stick >> with one view per design document, unless there is some compelling >> reason otherwise (e.g. minor variations on the same theme). Is this >> what other people do? Any suggestions? >> >> Thanks, >> >> Hadley >> >> -- >> http://had.co.nz/ >> > -- http://had.co.nz/
