Skip to content

Commit 993db19

Browse files
authored
Add space
1 parent 3cfb309 commit 993db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/applications/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ application and whether the query justifies an index.
2626
The best overall strategy for designing indexes is to profile a
2727
variety of index configurations with data sets similar to the ones
2828
you'll be running in production to see which configurations perform
29-
best.Inspect the current indexes created for your collections to
29+
best. Inspect the current indexes created for your collections to
3030
ensure they are supporting your current and planned queries. If an
3131
index is no longer used, drop the index.
3232

0 commit comments

Comments
 (0)