12.05.2021 | Hans-Jürgen SchönigPostgreSQL: Detecting slow queries quickly
Performance tuning does not only mean adjusting postgresql.conf properly, or making sure that your kernel parameters are properly tuned. Performance tuning also implies that we have to find performance bottlenecks first, isolate slow queries and understand what the system is doing. I believe the best and most efficient way to detect performance problems is to […]
Read more