Software Engineering KB

Home

❯

03 Data Management

❯

00 Relational Databases

❯

02 Sub Concept

❯

Slow Query Logs

Slow Query Logs

Feb 10, 20261 min read

  • relational-databases
  • query-optimization
  • slow-queries

Slow Query Logs

← Back to Slow Query Analysis

Database feature that logs queries exceeding a configurable time threshold. In MySQL, configured via slow_query_log and long_query_time. In Postgres, configured via log_min_duration_statement.

relational-databases query-optimization slow-queries


Graph View

Backlinks

  • Slow Query Analysis

Created with Quartz v4.5.2 © 2026

  • GitHub