Closed
Description
From http://books.couchdb.org/relax/design-documents/design-documents
There is a technique for creating "virtual" documents by using views to c=
ollate data together. You could use this to store each attribute of your us=
er profiles in a different document, but I wouldn=92t recommend it. Virtual=
documents are useful in cases where the presented view will be created by =
merging the work of different authors - for instance the reference example,=
a blog post and >>> it=92s <<< comments in one query. CouchDB Joins, by Ch=
ristopher Lenz, covers this in more detail.
token=40859aae6b9645cadaaa9f68d22b1800login=janl