All Products
Search
Document Center

ApsaraDB RDS:View missing indexes

Last Updated:Mar 28, 2026

Over 90% of SQL Server performance issues—high CPU utilization, elevated IOPS, slow queries, and request timeouts—trace back to missing indexes. Database Autonomy Service (DAS) analyzes your ApsaraDB RDS for SQL Server instance and surfaces these gaps so you can act on them: identify which indexes are missing, export the index creation script, and run it during off-peak hours to restore performance.

Prerequisites

Before you begin, make sure that:

  • Your RDS instance does not run SQL Server 2008 R2 with cloud disks

  • Your RDS instance resides in one of the following regions: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, or UAE (Dubai)

The Missing Indexes tab

The Missing Indexes tab is divided into three sections.

Missing index overview

ParameterDescription
Missing indexesTotal number of missing indexes across all tables in the instance, including the count of indexes that could improve performance by more than 80%
Missing indexes accessed in the last 1 dayCount and percentage of missing indexes that were accessed within the past day
Missing indexes accessed in the last 7 daysCount and percentage of missing indexes accessed within the past 7 days
Missing indexes accessed in the last 30 daysCount and percentage of missing indexes accessed within the past 30 days
Data updated atTimestamp when the missing index statistics were last generated
RecollectAsynchronously re-collects index usage statistics. After clicking OK in the confirmation dialog, wait a few minutes, then refresh the page to see updated data. Use this when statistics are stale or you need real-time data.
Save as PDF FileDownloads the current performance statistics as a PDF file

Charts of missing index information

ParameterDescription
Missing index changesTrend of missing indexes over the past 24 hours
Last user seek timeNumber of missing indexes that users searched against, broken down by the past 1 day, 7 days, 14 days, and 30 days
Average reduction in query costAverage query CPU overhead caused by the missing indexes in the instance
Query performance improvementThe performance improvement caused by the missing indexes of the instance

Missing index details

ParameterDescription
Table nameFully qualified table identifier: database name, schema name, and object name
Total storageStorage allocated to the table
RecordsNumber of rows in the table that lack index coverage
Total pagesNumber of data pages in the table
IndexesNumber of indexes already created on the table
Index column included in equal operationColumns used for equivalent queries because indexes are missing on the columns in the table
Index column included in not equal operationColumns used for non-equivalent queries because indexes are missing on the columns in the table
Index key columnsColumns recommended as index key columns
Seeks performed by userNumber of seek operations performed against this table's missing indexes
Scans performed by userNumber of scan operations performed on the table
Average cost savingsEstimated reduction in average CPU overhead (as a percentage) after the missing index is created
Performance improvement (%)Estimated query performance gain (as a percentage) after the missing index is created
Last user seek timeMost recent time a user performed a seek on this table's missing indexes
Index creation statementsSQL statements that create the recommended index
Export scriptExports the index creation SQL as a script file for later execution
Export fileExports the missing index details to an Excel, CSV, or TXT file

View and export missing index recommendations

  1. Log on to the ApsaraDB RDS console. On the Instances page, select the region where your instance resides, then click the instance ID.

  2. In the left-side navigation pane, choose Autonomy Services > Performance Optimization.

  3. Click the Missing Indexes tab.

  4. In the Missing index details section, select the filter conditions, then click Export script

What's next

Run the exported SQL script on your RDS instance during off-peak hours to create the missing indexes and resolve performance issues.