File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -399,10 +399,9 @@ WiredTiger may store data in swap space.
399
399
RAID
400
400
````
401
401
402
- Most MongoDB deployments should use disks backed by RAID-10.
403
-
404
- RAID-5 and RAID-6 do not typically provide sufficient performance to
405
- support a MongoDB deployment.
402
+ For optimal performance in terms of the storage layer, use disks
403
+ backed by RAID-10. RAID-5 and RAID-6 do not typically provide
404
+ sufficient performance to support a MongoDB deployment.
406
405
407
406
Avoid RAID-0 with MongoDB deployments. While RAID-0 provides good write
408
407
performance, it also provides limited availability and can lead to
@@ -743,6 +742,13 @@ integration with Amazon Web Services (AWS) and lets you deploy new EC2
743
742
instances directly from |MMS|. See :mms-docs:`Configure AWS Integration
744
743
</tutorial/configure-aws-settings/>` for more details.
745
744
745
+ When available, enable AWS's `Enhanced Networking
746
+ <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_
747
+ for your instance. Not all instance types support Enhanced Networking.
748
+ Refer to the `AWS documentation
749
+ <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_
750
+ for more information.
751
+
746
752
.. _windows-azure-production-notes:
747
753
748
754
Azure
You can’t perform that action at this time.
0 commit comments