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 @@ -13,11 +13,11 @@ collection used in replication is an example of a capped collection.
13
13
Capped collections automatically store documents in their insertion
14
14
order. Once the collection's allocated space is fully used, newly added
15
15
documents replace the oldest documents in the collection. The automatic
16
- replacement based on insertion order make capped collections fast and
16
+ replacement based on insertion order makes capped collections fast and
17
17
efficient.
18
18
19
- You cannot increase the size of a document in a capped. If you update a
20
- document, it must not grow in size.
19
+ You cannot increase the size of a document in a capped collection. You can update a
20
+ document, but it must not grow in size.
21
21
22
22
You cannot shard a capped collection.
23
23
You can’t perform that action at this time.
0 commit comments