2021 year Edison Sum up MongoDB Introduction to the actual combat tutorial ,2022 In, a catalogue index was compiled , I hope it helps you .
1 MongoDB Learning path
Studied last year 《MongoDB Master class 》 On the way , I summarized a series of MongoDB Introduction to actual combat , Now I sort it into a learning roadmap , Share with you .
below , I will refer to the above brain map to integrate the MongoDB Study, summarize and sort out , I hope it helps you .
2 Understanding and installation MongoDB
- MongoDB The basic concept of 、 Features and single node quick installation
- MongoDB Data recovery and security configuration
3 Use MQL
- MongoDB The basic concept of 、 Features and single node quick installation
- MongoDB Data recovery and security configuration
4 be based on MongoDB Application development
- ASP.NET Core Integrate MongoDB( Back end development integration MongoDB, Just read this one )
- MongoDB Application development best practices ( Configuration parameter tuning , Must see )
5 thorough MongoDB
- MongoDB Various indexes in ( Single key index 、 Composite index 、 Multi key index 、 Geolocation index 、 Full-text index ...)
- MongoDB Embedded mode and reference mode in ( How to apply reference pattern in model design to improve query efficiency )
- MongoDB Design patterns in ( How to apply common design patterns in model design to reduce design difficulty , Improve query efficiency )
- MongoDB Multiple document transactions in (MongoDB stay 4.2 The version starts to fully support multi document transactions , It also makes MongoDB It can be used as OLTP One of the options )
6 High availability and high performance
- MongoDB Replicate set ( The main significance of a replica set is Achieve high availability of services , It is MongoDB A native high availability design of , We don't need to introduce some additional components to implement )
- MongoDB Write operation transaction for (MongoDB Provides a writeConcern Parameters of , It determines how many nodes a data write operation must fall on to be successful .)
- MongoDB Read operation transaction of ( Two important parameters readPreference and readConcern, Where to read data from and What kind of data can be read The problem of )
- MongoDB Fragment set (MongoDB One of the features of the company is its native horizontal expansion capability , The concrete embodiment is the piece set , It is the first way to improve performance under massive data )
7 summary
On the way to study , Be curious + Keep taking notes , And then start Practice, Time will give us the answer ! Next , We will enter Kafka Learning journey .
Reference material
Geek time , Tang Jianfa ,《MongoDB Master class 》
author : Zhou Xu Long
Source :https://edisonchou.cnblogs.com
The copyright of this article belongs to the author and blog Park , Welcome to reprint , However, this statement must be retained without the consent of the author , And give the original link in the obvious position of the article page .