You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Operation rejection filters <https://www.mongodb.com/docs/atlas/resilient-application/#std-label-resilient-operations-rejection-filters>`__ to reactively mitigate expensive queries
8
+
9
+
- `Cluster-level timeouts <https://www.mongodb.com/docs/atlas/resilient-application/#std-label-resilient-default-read-timeout>`__ for proactive protection against expensive read operations
10
+
11
+
- Better workload isolation with the `moveCollection command <https://www.mongodb.com/docs/atlas/resilient-application/#std-label-resilient-move-collection>`__
To delete a cluster that has termination protection enabled, you must first
88
+
disable termination protection. By default, Atlas disables termination protection
89
+
for all clusters.
90
+
91
+
Database Backups
92
+
````````````````
93
+
94
+
|service| Cloud Backups facilitate cloud backup storage using the native
95
+
snapshot functionality of cloud service provider on which your {+cluster+} is
96
+
deployed. For example, if your cluster is deployed to AWS, you can elect to
97
+
backup your {+cluster+}'s data with snapshots taken at configurable intervals
98
+
in AWS S3.
99
+
100
+
To learn more about database backup and snapshot retrieval, see `Back Up Your Cluster <https://www.mongodb.com/docs/atlas/backup/cloud-backup/overview/>`__.
We recommend that you use the most `current driver version <https://www.mongodb.com/docs/drivers/>`__
114
+
for your application's programming language whenever possible. And while the
115
+
default connection string |service| provides is a good place to start, you might
116
+
want to tune it for performance in the context of your specific application
117
+
and deployment architecture. `Tuning your connection pool settings <https://www.mongodb.com/docs/manual/tutorial/connection-pool-performance-tuning/>`__
118
+
is particularly important in the context of enterprise level application deployments.
119
+
120
+
Connection Pool Considerations for Performant Applications
globally in |service|, and you can also define them at the client level in your
193
+
connection string.
194
+
195
+
Disaster Recovery
196
+
`````````````````
197
+
198
+
We strongly recommend that you prepare a comprehensive disaster recovery (DR) plan
199
+
that includes elements such as `data backup policies <https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#std-label-backup-compliance-policy>`__,
200
+
your designated recovery point objective (RPO), your designated recovery time objective (RTO), and any automated processes that
201
+
facilitate alignment with these objectives.
202
+
203
+
To learn more about DR with |service|, see
204
+
`Data Resilience with MongoDB <https://www.mongodb.com/resources/products/capabilities/data-resilience-strategy-with-mongodb-atlas>`__.
0 commit comments