Performance

Slow Query Log

English

Overview

A log that records queries that took a long time to execute.

Details

A log that records queries whose execution time exceeds a specified threshold. In MySQL and similar systems it can be enabled as slow_query_log, used to pinpoint performance bottlenecks.

More Database terms