All Products
Search
Document Center

Database Autonomy Service:Storage analysis

Last Updated:Mar 28, 2026

Storage analysis helps you monitor and diagnose storage consumption for a database instance. With this feature, you can:

  • View current storage usage and predict how many days of storage remain

  • Track storage growth trends over a selected time range (up to seven days)

  • Inspect per-database and per-table space allocation

  • Identify and address tablespace issues, including fragmentation, duplicate indexes, and auto-increment primary key overflows

The following example uses an ApsaraDB RDS for MySQL instance.

Limits

Storage analysis supports a maximum of 20,000 tables per analysis.

View storage usage

  1. Log on to the DAS console.

  2. In the left-side navigation pane, click Instance Monitoring.

  3. Find the database instance you want to manage and click its instance ID. The instance details page appears.

  4. In the left-side navigation pane, click Storage Analysis.

  5. On the Storage Overview and Data Space tabs, view the storage usage of the instance.

TabSectionDescription
Storage OverviewStorageDisplays storage metrics across four dimensions: Exception, Avg Daily Increase in Last Week, Available Days of Storage, and Used Storage. Click the image.png icon next to a dimension to view detailed information.
Storage OverviewExceptionsLists tablespace issues detected for tables or collections in the instance. If automatic space optimization is enabled, also shows the space optimization history. For details on detected exception types, see Detected exceptions.
Storage OverviewStorage TrendShows storage usage over a selected time range of up to seven days.
Storage OverviewTablespacesLists each table with its storage details. Click a table name to view its Field and Index information.
Data SpaceShows the storage used by each database in the RDS instance, and the storage used by each table within those databases. Click a table name to view its Field and Index information.

Detected exceptions

DAS automatically identifies the following exception types in ApsaraDB RDS for MySQL instances:

Exception typeDescription
Potential auto-increment primary key overflowsDAS can automatically identify potential overflows of auto-increment primary keys in ApsaraDB RDS for MySQL instances.
Duplicate indexesDAS can automatically identify duplicate indexes in ApsaraDB RDS for MySQL instances.
Tablespace fragmentsFor more information, see Automatic tablespace fragment recycling.