Introducing G2.ai, the future of software buying.Try now
George O.
GO
Web Developer at IMPACT

How to make MongoDB to accept joins

What is the work in progress to help the MongoDB users like me and other to be able to avoid data redundancy. If this can be achieved then MongoDB will be an engine of choice to most people.
2 comments
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Akshaya B.
AB
Analytics Consultant in (R&A)
0
The concept of joins in MongoDB was introduced by its 3.2 Version. For joining the two tables in MongoDB we have to use $lookup stage or Keyword as it will add the new array fields.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply
Ambreen Z.
AZ
Information Security & Software Engineering
0
As MongoDB is a document oriented Database. So data is distributed across different nodes and in order to apply joins, a data should be collected on a single node and then join can be applied on that data. Hope this answer would help!
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply