>  "Singleton" documents (like a master
> list of all employees and their projects in one document) are too
> denormalized, because the chances of 2 users editing them at the same
> time are too high. On the other hand, completely normalized would mean
> you'd have to load lots of documents to make any sensible screens in
> your application.



still a little confused:

do you mean denormalized in terms of couchdb/json documents or denormalized
in terms of rdbms/sql data?

also do you mean normalized in terms of couchdb/json documents or normalized
in terms of rdbms/sql data?

...

Reply via email to