Logging and monitoring

PostgreSQL instance with ‘log_planner_stats’ enabled

Description

The log_planner_stats flag enables a crude profiling method for logging parser performance statistics which even though can be useful for troubleshooting, it may increase the amount of logs significantly and have performance overhead.
  • Recommended Mitigation

    Make sure 'log_planner_stats' is turned off.