Hello, I'm starting to learn MongoDB, and I have a question I did not find anywhere:
Documents from the same collection may have different structure.
Example:
{
"id": "1",
"name": "John"
},
{
"id": "2",
"name": "Mary",
"...
asked by
25.10.2016 / 16:46