Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/database_monitoring/recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | | <i class='icon-check-bold'> | <i class='icon-check-bold'> | <i class='icon-check-bold'> | <i class='icon-check-bold'> |
| **Low Disk Space** | The database instance is running low on disk space. <br><br>**Note**: Only available on Amazon RDS. | | <i class='icon-check-bold'> | <i class='icon-check-bold'> | <i class='icon-check-bold'> | <i class='icon-check-bold'> |
| **Missing Index** | The query's execution plan performs expensive sequential scans. When detected, Datadog recommends using an index to expedite the query. | <i class='icon-check-bold'> | <i class='icon-check-bold'> | | <i class='icon-check-bold'> | <i class='icon-check-bold'> |
| **Query Load Increase** | The query has seen a significant increase in total duration. | | | | <i class='icon-check-bold'> | |
| **Query Regression** | The query has seen a significant increase in total duration. | | | | <i class='icon-check-bold'> | |
| **Unused Index** | The index has not been used in any execution plans recently. | <i class='icon-check-bold'> | <i class='icon-check-bold'> | | <i class='icon-check-bold'> | <i class='icon-check-bold'> |

## Further reading
Expand Down
Loading