Skip to content

Commit 76e7a6e

Browse files
committed
Update limit per recommendation.
1 parent af9016b commit 76e7a6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/indexes/tune-nonclustered-missing-index-suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tune nonclustered indexes with missing index suggestions
33
description: How to use missing index suggestions to create and tune nonclustered indexes.
44
author: MikeRayMSFT
55
ms.author: mikeray
6-
ms.date: 3/15/2022
6+
ms.date: 08/08/2023
77
ms.service: sql
88
ms.topic: how-to
99
ms.custom: template-how-to
@@ -27,7 +27,7 @@ Query optimization is a time sensitive process, so there are limitations to the
2727
- Missing index requests may offer similar variations of indexes on the same table and column(s) across queries. It's important to [review index suggestions and combine where possible](#review-indexes-and-combine-where-possible).
2828
- Suggestions aren't made for trivial query plans.
2929
- Cost information is less accurate for queries involving only inequality predicates.
30-
- Suggestions are gathered for a maximum of 500 missing index groups. After this threshold is reached, no more missing index group data is gathered.
30+
- Suggestions are gathered for a maximum of 600 missing index groups. After this threshold is reached, no more missing index group data is gathered.
3131

3232
Due to these limitations, missing index suggestions are best treated as one of several sources of information when performing index analysis, design, tuning, and testing. Missing index suggestions are not prescriptions to create indexes exactly as suggested.
3333

0 commit comments

Comments
 (0)