We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb309 commit 993db19Copy full SHA for 993db19
source/applications/indexes.txt
@@ -26,7 +26,7 @@ application and whether the query justifies an index.
26
The best overall strategy for designing indexes is to profile a
27
variety of index configurations with data sets similar to the ones
28
you'll be running in production to see which configurations perform
29
-best.Inspect the current indexes created for your collections to
+best. Inspect the current indexes created for your collections to
30
ensure they are supporting your current and planned queries. If an
31
index is no longer used, drop the index.
32
0 commit comments