- Learn MongoDB 4.x
- Doug Bierer
- 256字
- 2021-06-11 18:21:26
Summary
In this chapter, you learned about the most important features that were added to MongoDB version 4. These were broken down into three categories: new features, security enhancements, and things to avoid during an upgrade from MongoDB 3 to 4.
One important new feature was adding timestamps to the WiredTiger storage engine, which opened the doors for multidocument transaction support and nonblocking secondary read enhancements. Other internal enhancements include improvements in the shard-migration process, which significantly cuts down the time required for this operation to complete.
In the realm of security, you learned about how SHA-256 support gives you greater security when communicating with the MongoDB database, and also with communications between servers within a replica set or sharded cluster. You also learned that TLS 1.0 support has been removed, and that the new default is TLS 1.1. MongoDB 4.x even provides support for the latest version of TLS, version 1.3, but only if the underlying operating system libraries provide support.
Finally, as the original MongoDB storage engine, MMAPv1, has been removed in favor of WiredTiger, if your original MongoDB 3 installation had data that used MMAPv1, you need to back up while still running MongoDB 3 and then restore after the MongoDB 4.x upgrade has occurred. You were also presented with a list of the most significant items, including binary executables, parameters, and commands, which have been removed, and those which have been deprecated.
In the next chapter, you learn how to install MongoDB 4.x and its Python programming language driver.
- ArchiCAD 19:The Definitive Guide
- 大數(shù)據(jù)管理系統(tǒng)
- PostgreSQL 11 Server Side Programming Quick Start Guide
- SCRATCH與機(jī)器人
- 網(wǎng)頁(yè)編程技術(shù)
- 基于LPC3250的嵌入式Linux系統(tǒng)開(kāi)發(fā)
- Hands-On Data Science with SQL Server 2017
- 機(jī)器學(xué)習(xí)與大數(shù)據(jù)技術(shù)
- CompTIA Network+ Certification Guide
- CentOS 8 Essentials
- Excel 2007技巧大全
- 在實(shí)戰(zhàn)中成長(zhǎng):Windows Forms開(kāi)發(fā)之路
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- Hands-On Dashboard Development with QlikView
- Learning Apache Apex