MongoDB
 sql >> डेटाबेस >  >> NoSQL >> MongoDB

नेवला में दो संग्रह कैसे जुड़ें

संस्करण 3.2 के अनुसार, आप $lookup बाएं बाहरी जुड़ाव करने के लिए एकत्रीकरण पाइपलाइन में।

Student.aggregate([{
    $lookup: {
        from: "worksnapsTimeEntries", // collection name in db
        localField: "_id",
        foreignField: "student",
        as: "worksnapsTimeEntries"
    }
}]).exec(function(err, students) {
    // students contain WorksnapsTimeEntries
});


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. नेस्टेड एम्बेडेड दस्तावेज़ों को नेवला के साथ क्वेरी करना

  2. MongoDB दस्तावेज़ में एकाधिक फ़ील्ड के अस्तित्व की जाँच करें

  3. MongoDB को समेकित और अद्यतन करें

  4. पता लगाएं कि अगले 30 दिनों में मोंगो के साथ किसी को जन्मदिन मिला है या नहीं

  5. मोंगोडब क्लाइंट को सॉर्ट करना नोड में एक () ढूंढता है