diff --git a/content/en/database_monitoring/recommendations.md b/content/en/database_monitoring/recommendations.md index f85dbbb4e89bc..b3d995019bc75 100644 --- a/content/en/database_monitoring/recommendations.md +++ b/content/en/database_monitoring/recommendations.md @@ -29,7 +29,7 @@ Datadog analyzes metrics and sample data from DBM to identify your systems' high | **Long Running Query** | The query has durations that have exceeded a threshold of 30 seconds. | | | | | | | **Low Disk Space** | The database instance is running low on disk space.

**Note**: Only available on Amazon RDS. | | | | | | | **Missing Index** | The query's execution plan performs expensive sequential scans. When detected, Datadog recommends using an index to expedite the query. | | | | | | -| **Query Load Increase** | The query has seen a significant increase in total duration. | | | | | | +| **Query Regression** | The query has seen a significant increase in total duration. | | | | | | | **Unused Index** | The index has not been used in any execution plans recently. | | | | | | ## Further reading