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
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/vcore/compute-storage.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,12 @@ available to each shard in the cluster.
60
60
Each *compute* configuration has an IOPS limit that depends on the number of vCores. Make sure you select compute configuration for your cluster to fully utilize IOPS in the selected storage.
61
61
62
62
| Storage size | Storage IOPS, up to | Min compute tier | Min vCores |
@@ -81,9 +81,9 @@ In MongoDB, *the working set* refers to the portion of your data that is frequen
81
81
82
82
To define and understand your MongoDB database working set, consider the following components:
83
83
84
-
1. Frequently accessed data: This data include documents that your application reads or updates regularly.
85
-
1. Indexes: Indexes that are used in query operations also form part of the working set because they need to be loaded into memory to ensure fast access.
86
-
1. Application Usage Patterns: Analyzing the usage patterns of your application can help identify which parts of your data are accessed most frequently.
84
+
1.**Frequently accessed data**: This data include documents that your application reads or updates regularly.
85
+
1.**Indexes**: Indexes that are used in query operations also form part of the working set because they need to be loaded into memory to ensure fast access.
86
+
1.**Application usage patterns**: Analyzing the usage patterns of your application can help identify which parts of your data are accessed most frequently.
87
87
88
88
By keeping the working set in RAM, you can minimize slower disk I/O operations, thereby improving the performance of your MongoDB database. If you find that your working set exceeds the available RAM, you might consider optimizing your data model, adding more RAM, or using sharding to distribute the data across multiple nodes.
89
89
@@ -159,7 +159,6 @@ Deciding on storage size involves a combination of estimating current and future
159
159
160
160
-[See more information about burstable compute](./burstable-tier.md)
161
161
-[Learn how to scale Azure Cosmos DB for MongoDB vCore cluster](./how-to-scale-cluster.md)
162
-
-[See the list of monitoring metrics for Azure Cosmos DB for MongoDB vCore clusters](/azure/azure-monitor/reference/supported-metrics/microsoft-documentdb-mongoclusters-metrics.md)
163
162
164
163
> [!div class="nextstepaction"]
165
164
> [Migration options for Azure Cosmos DB for MongoDB vCore](migration-options.md)
0 commit comments