# MongoDB Toàn Tập

**MongoDB** là một cơ sở dữ liệu mã nguồn mở và là cơ sở dữ liệu NoSQL hàng đầu, được hàng triệu người sử dụng. MongoDB được viết bằng C++.

Ngoài ra, MongoDB là một cơ sở dữ liệu đa nền tảng, hoạt động trên các khái niệm Collection và Document, nó cung cấp hiệu suất cao, tính khả dụng cao và khả năng mở rộng dễ dàng.

Dưới đây là danh sách các bài hướng dẫn học MongoDB cơ bản và nâng cao:

**MỤC LỤC**

## Cơ bản về MongoDB

* [**MongoDB - Tổng quan**](https://janeto.gitbook.io/mongodb-toan-tap/tong-quan)
* [**MongoDB - Các lợi thế**](https://janeto.gitbook.io/mongodb-toan-tap/loi-the-cua-mongodb)
* [**MongoDB - Cài đặt**](https://janeto.gitbook.io/mongodb-toan-tap/cai-dat-mongodb)
* [**MongoDB - Data Modeling**](https://janeto.gitbook.io/mongodb-toan-tap/mo-hinh-hoa-du-lieu-trong-mongodb)
* [**MongoDB - Tạo Database**](https://janeto.gitbook.io/mongodb-toan-tap/tao-database-trong-mongodb)
* [**MongoDB - Xóa Database**](https://janeto.gitbook.io/mongodb-toan-tap/xoa-database-trong-mongodb)
* [**MongoDB - Tạo Collection**](https://janeto.gitbook.io/mongodb-toan-tap/tao-collection-trong-mongodb)
* [**MongoDB - Xóa Collection**](https://janeto.gitbook.io/mongodb-toan-tap/xoa-collection-trong-mongodb)
* [**MongoDB - Kiểu dữ liệu**](https://janeto.gitbook.io/mongodb-toan-tap/kieu-du-lieu-trong-mongodb)
* [**MongoDB - Chèn Document**](https://janeto.gitbook.io/mongodb-toan-tap/chen-document-trong-mongodb)
* [**MongoDB - Truy vấn Document**](https://janeto.gitbook.io/mongodb-toan-tap/truy-van-document-trong-mongodb)
* [**MongoDB - Cập nhật Document**](https://janeto.gitbook.io/mongodb-toan-tap/cap-nhat-document-trong-mongodb)
* [**MongoDB - Xóa Document**](https://janeto.gitbook.io/mongodb-toan-tap/xoa-document-trong-mongodb)
* [**MongoDB - Projection**](https://janeto.gitbook.io/mongodb-toan-tap/projection-trong-mongodb)
* [**MongoDB - Giới hạn bản ghi**](https://janeto.gitbook.io/mongodb-toan-tap/gioi-han-ban-ghi-trong-mongodb)
* [**MongoDB - Sắp xếp bản ghi**](https://janeto.gitbook.io/mongodb-toan-tap/sap-xep-ban-ghi-trong-mongodb)
* [**MongoDB - Chỉ mục**](https://janeto.gitbook.io/mongodb-toan-tap/chi-muc-index-trong-mongodb)
* [**MongoDB - Aggregation**](https://janeto.gitbook.io/mongodb-toan-tap/aggregation-trong-mongodb)
* [**MongoDB - Replica Set**](https://janeto.gitbook.io/mongodb-toan-tap/replica-set-trong-mongodb)
* [**MongoDB - Shard**](https://janeto.gitbook.io/mongodb-toan-tap/shard-trong-mongodb)
* [**MongoDB - Tạo Backup**](https://janeto.gitbook.io/mongodb-toan-tap/tao-backup-trong-mongodb)
* [**MongoDB - Deployment**](https://janeto.gitbook.io/mongodb-toan-tap/mongodb-deployment)

## Hoạt động MongoDB nâng cao

* [**MongoDB Relationship**](https://janeto.gitbook.io/mongodb-toan-tap/relationship-trong-mongodb)
* [**MongoDB - Tham chiếu Database**](https://janeto.gitbook.io/mongodb-toan-tap/tham-chieu-database-trong-mongodb)
* [**MongoDB - Covered Query**](https://janeto.gitbook.io/mongodb-toan-tap/covered-query-trong-mongodb)
* [**MongoDB - Phân tích truy vấn**](https://janeto.gitbook.io/mongodb-toan-tap/phan-tich-truy-van-trong-mongodb)
* [**MongoDB - Atomic Operation**](https://janeto.gitbook.io/mongodb-toan-tap/hoat-dong-nguyen-tu-atomic-operation-trong-mongodb)
* [**MongoDB - Chỉ mục nâng cao**](https://janeto.gitbook.io/mongodb-toan-tap/hoat-dong-chi-muc-nang-cao-trong-mongodb)
* [**MongoDB - Hạn chế của chỉ mục**](https://janeto.gitbook.io/mongodb-toan-tap/han-che-cua-chi-muc-trong-mongodb)
* [**MongoDB - ObjectId**](https://janeto.gitbook.io/mongodb-toan-tap/objectid-trong-mongodb)
* [**MongoDB - Map Reduce**](https://janeto.gitbook.io/mongodb-toan-tap/map-reduce-trong-mongodb)
* [**MongoDB - Text Search**](https://janeto.gitbook.io/mongodb-toan-tap/text-search-trong-mongodb)
* [**MongoDB - Regular Expression**](https://janeto.gitbook.io/mongodb-toan-tap/regular-expression-trong-mongodb)
* [**MongoDB - GridFS**](https://janeto.gitbook.io/mongodb-toan-tap/gridfs-trong-mongodb)
* [**MongoDB - Capped Collection**](https://janeto.gitbook.io/mongodb-toan-tap/capped-collection-trong-mongodb)
* [**MongoDB Auto-Increment Sequence**](https://janeto.gitbook.io/mongodb-toan-tap/auto-increment-sequence-trong-mongodb)

Loạt bài hướng dẫn của chúng tôi dựa trên nguồn tài liệu của: Tutorialspoint.com và Vietjack.com dịch.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://janeto.gitbook.io/mongodb-toan-tap/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
