Блог

mongo_note #5

Collections are schema-free. This means that the documents within a single collection can have any number of different “shapes.” For example, both of the following documents could be stored in a single collection:
{«greeting»: «Hello, world!»}
{«foo»: 5}