This DMV is available in SQL Server 2019, but has no supporting documentation. Can someone please add it?
Thanks,
Erik
@erikdarlingdata -- Erik, thank you for your feedback. Please provide a link to the article where this new information should go.
@WilliamAntonRohm shouldn't it get a new page along with other DMVs that describe missing index requests?
@erikdarlingdata -- Erik, thank you for clarifying.
@markingmyname -- Mark, please look into this issue.
@markingmyname no, I'm looking for dm_db_missing_index_group_stats_query. which is a DMV introduced in SQL Server 2019.
SELECT
@@VERSION AS version,
migsq.*
FROM sys.dm_db_missing_index_group_stats_query AS migsq;

@markingmyname just checking in -- are you clear on which DMV I'm looking for? It's been a few weeks since anyone responded or updated. Thanks.