log_slow_always_query_time System Variable

  • Description: Queries slower than log_slow_always_query_time are not affected by log_slow_rate_limit or log_slow_min_examined_row_limit. Query will be logged to the slow query log if the execution time of the query is longer than log_slow_query_time and log_slow_always_query_time. The argument will be treated as a decimal value with microsecond precision.
  • Commandline: --log-slow-always-query-time=num
  • Scope: Global, Session
  • Dynamic: Yes
  • Data Type: numeric (double)
  • Default Value: 31536000.000000
  • Range: 0 to 31536000
  • Introduced: MariaDB 11.5

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.