Category Archives: mongodb

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

MongoDB – Indexing Indexes support the efficient resolution of queries. Without indexes, MongoDB must scan every document of a collection to select those documents that match the query statement. This scan is highly inefficient and require MongoDB to process a large volume of data. Indexes are special data structures, that store a small portion of […]

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

MongoDB – Deployment When you are preparing a MongoDB deployment, you should try to understand how your application is going to hold up in production. It’s a good idea to develop a consistent, repeatable approach to managing your deployment environment so that you can minimize any surprises once you’re in production. The best approach incorporates […]