当前位置:网站首页>Mongodb introductory practical tutorial: learning summary directory

Mongodb introductory practical tutorial: learning summary directory

2022-06-24 15:37:00 EdisonZhou

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

3 Use MQL

4 be based on MongoDB Application development

5 thorough MongoDB

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 》

 

原网站

版权声明
本文为[EdisonZhou]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241333587283.html

随机推荐