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<hadley@rice.edu> 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/
>
|