Database, MongoDB

Join Array in MongoDB

Since version 3.2 you can use the $lookup to perform the equivalent of left outer joins in MongoDB. While you should try to design your […]

Database, MongoDB

Join Query in MongoDB

As a general rule, you should try to avoid joining as much as possible in MongoDB. While in traditional relational databases you try to avoid […]