log_slow_query_time
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES:
Log all queries that have taken more than log_
slow_ query_ time seconds to execute to the slow query log file. The argument will be treated as a decimal value with microsecond precision
DETAILS
PARAMETERS
Command-line | --log_slow_query_time=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global, Session |
Data Type | DOUBLE |
Minimum Value | 0 |
Maximum Value | 31536000 |
Product Default Value | 10.000000 |