File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ In addition to collections, MongoDB supports:
57
57
58
58
- Read-only :doc:`/core/views` (Starting in MongoDB 3.4)
59
59
60
- - :doc:`/core/materialized-views` (Starting in MongoDB 4.2)
60
+ - :doc:`/core/materialized-views` (Starting in MongoDB 4.2).
61
61
62
62
Key Features
63
63
------------
@@ -92,7 +92,7 @@ MongoDB's replication facility, called :doc:`replica set
92
92
93
93
- *automatic* failover
94
94
95
- - data redundancy
95
+ - data redundancy.
96
96
97
97
A :doc:`replica set </replication>` is a group of
98
98
MongoDB servers that maintain the same data set, providing redundancy
@@ -123,7 +123,7 @@ MongoDB supports :doc:`multiple storage engines
123
123
- :doc:`/core/wiredtiger` (including support for
124
124
:doc:`/core/security-encryption-at-rest`)
125
125
126
- - :doc:`/core/inmemory`
126
+ - :doc:`/core/inmemory`.
127
127
128
128
In addition, MongoDB provides pluggable storage engine API that allows
129
129
third parties to develop storage engines for MongoDB.
You can’t perform that action at this time.
0 commit comments