Collections and Embedded Documents in MongoDB
MongoDB 中的集合或嵌入式文档¶
[via] http://fosterelli.co/collections-and-embedded-documents-in-mongodb.html
When someone is approaching MongoDB from the SQL world, a very common confusion regarding database structure is when to use embedded documents, and when to create an entirely new collection. This distinction is …
more ...