Improving MariaDB Observability with OpenSearch and Grafana (from lefred's blog)
When dealing with queries in MariaDB, there are several approaches, such as the general query log, the slow query log, and the performance_schema. The general query log is not recommended as it doesn’t contain much valuable information and can use a lot of resources when writing to the file on busy systems. The slow query […]
[...]