Transactions can be read only. This article explains what read only transactions are and why we should use them when appropriate.
MariaDB
This article discusses how to access data from a remote table using the CONNECT storage engine, in MariaDB.
MariaDB Server Fest 2020 was a great online event for the MariaDB community. This is a review from Vettabase.
Running DROP statements in production is always dangerous. But there are some measures we can take to make them safer.
MySQL and MariaDB optionally log slow queries into the Slow Query Log – or just Slow Log, as friends call it. However, there are good reasons to log all the queries, not just some of them.
User Statistics plugin allows to analyse the way tables are used, which of them are used most – and therefore, on what we need to focus on to optimise the server’s workload.
In MariaDB and MySQL, all tables should have a primary key – especially InnoDB tables. Here's why.
Updating triggers in production without causing a service disruption