auto
is recommended for most environments. Set to on
to force query ID computation even when extensions like pg_stat_statements are not loaded. Use off
only if you absolutely need to minimize overhead and have alternative query tracking methods.off
. Enable only for specific debugging sessions of problematic queries. Never use in production due to extreme log verbosity and performance impact. Combine with other debugging options for comprehensive analysis.off
. Enable only when specifically debugging query parsing performance issues. The output is highly technical and primarily useful for PostgreSQL core developers rather than typical database administrators.off
. Enable temporarily when analyzing planner behavior for complex queries. The output is extremely verbose and should only be used for targeted debugging sessions, not continuous logging.off
. Consider enabling temporarily for performance analysis when you need more detail than standard logging but less than the component-specific statistics. Still generates significant log output, so use judiciously.Start your journey toward a healthier PostgreSQL with pghealth.
You can explore all features immediately with a free trial β no installation required.
π Start Free Trial