0

I know about missing indexes, and that each index belongs to a missing index group which has a unique handle identifier. I want to know why groups are useful when we can just deal with individual missing indexes and what category or attribute of an index puts multiple missing indexes in the same group(cause there is usually one index in a group). Why it is comfortable to keep several missing indexes in the same group?

Thanks for your time!

McNets
24k11 gold badges51 silver badges90 bronze badges
asked Dec 14, 2018 at 9:05

1 Answer 1

3

This was a planned feature that never was implemented (the group concept), but the meta-data (DMV structure) is still there.

answered Dec 14, 2018 at 9:49
3
  • If I will not use this feature(because it is not fully implemented) why do I need metadata about it? Commented Dec 14, 2018 at 10:00
  • 1
    The DMVs were designed to accommodate this feature. But it was never realized. But if MS were to re-design the DMVs now, they would break backwards compatibility. Commented Dec 14, 2018 at 12:48
  • So, reading between the lines, these views have relevant data about (missing) indexes, but the term group in their name and columns relating to the group concept are meaningless. In short, useful information was put there that likely could have been included as additional columns in the plain missing index details view. Commented Jan 25, 2024 at 23:03

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.