forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
3.2 KiB
3.2 KiB
Viewing Slow Query Logs
Scenarios
Slow query logs record statements that exceed long_query_time (1 second by default). You can view log details and statistics to identify the statements that are executing slowly and optimize the statements.
GaussDB(for MySQL) supports the following statement types:
- SELECT
- INSERT
- UPDATE
- DELETE
- CREATE
- ALTER
- DROP
Viewing Log Details
- Log in to the management console.
- Click
in the upper left corner and select a region and a project.
- Click Service List. Under Databases, click GaussDB(for MySQL).
- On the Instances page, click the target DB instance. The Basic Information page is displayed.
- In the navigation pane on the left, choose Logs.
- On the Slow Query Logs page, view the slow query log details.
You can view the slow query log records of a specified execution statement type or a specific time period.
Parent topic: Logs