' logging_collector = on log_checkpoints = on log_connections = on log_disconnections = on log_lock_waits = on log_temp_files = 0 log_autovacuum_min_duration = 0 log_error_verbosity = default Rotate the log: SELECT pg_rotate_logfile();
• GUC (Grand Unified Configuration) Tuning using GUC-es is NOT the best way of tuning and should not be the chosen method. It was used because of time constraints and no-code changes. Allows to showcase that expected performance level can be achieved (PoC). *https://www.postgresql.eu/events/pgconfeu2017/sessions/sessio n/1617/slides/9/FromMinutesToMilliseconds.pdf