Database performance anomaly detection in 3 minutes [PostgreSQL, MySQL]

How to detect PostregSQL/MySQL performance anomalies in 3 minutes? Remember when your website checkout didn't work for 4 hours just because PostgreSQL was overloaded and CPU reached 100%? Here is a quick guide on detecting these anomalies as soon as they start. 1. Enable Slowlog PostgreSQL has a unique mechanism that can capture SQL queries… Continue reading Database performance anomaly detection in 3 minutes [PostgreSQL, MySQL]

Best PostgreSQL Monitoring & Observability Tools in 2023

PostgreSQL is becoming one of the most popular relational databases in 2022, as you can see its Growth on DBengine records, or in the latest StackOverflow developers survey. We have decided to review and list the top 5 PostgreSQL Monitoring tools in this article. #1: EverSQL for PostgreSQL EverSQL provides a unique PostgreSQL monitoring solution, mainly… Continue reading Best PostgreSQL Monitoring & Observability Tools in 2023

New – AWS DevOps Guru for RDS for Database performance

AWS DevOps Guru launched a RDS support for Aurora (AWS DevOps Guru for RDS), allowing you to closely monitor the database performance and identify potential performance issues. AWS RDS Performance Insights is available since 2018, and they are now integrating it with their newest DevOps guru platform. AWS describe these two products in a very… Continue reading New – AWS DevOps Guru for RDS for Database performance

Better Database Performance with Google Cloud SQL Insights

Google Cloud launched an advanced database performance tool (Cloud SQL Insights), allowing you to closely monitor the database performance and identify potential performance issues. Many Google Cloud SQL users have waited for it for a long time, as both AWS and Azure already offer similar products for a while. AWS RDS Performance Insights is available… Continue reading Better Database Performance with Google Cloud SQL Insights

How to Fix MySQL High CPU Usage?

So you thought your database is in good shape, but suddenly your CPU usage spiked and reached 100% at 2AM. How would you go about tracking the root cause and fix it? 1. Locate the root cause If you are using CloudWatch or any infrastructure monitoring solution, you can start your investigation there. To understand… Continue reading How to Fix MySQL High CPU Usage?