Category Archives: mongodb

Khóa học miễn phí MongoDB – Quick Guide nhận dự án làm có lương

MongoDB – Quick Guide MongoDB – Overview MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. Database Database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server […]

Khóa học miễn phí MongoDB – Database References nhận dự án làm có lương

MongoDB – Database References As seen in the last chapter of MongoDB relationships, to implement a normalized database structure in MongoDB, we use the concept of Referenced Relationships also referred to as Manual References in which we manually store the referenced document”s id inside other document. However, in cases where a document contains references from […]