READ ONLY transactions in MariaDB and MySQL

Transactions can be read only. This article explains what read only transactions are and why we should use them when appropriate. Continue reading READ ONLY transactions in MariaDB and MySQL
Expert consulting and automation for your database infrastructure
Transactions can be read only. This article explains what read only transactions are and why we should use them when appropriate. Continue reading READ ONLY transactions in MariaDB and MySQL
This article discusses how to access data from a remote table using the CONNECT storage engine, in MariaDB. Continue reading Using CONNECT to access remote MariaDB or MySQL tables
MariaDB implemented several improvements to the DROP TABLE statement. We summarise them here. This article will be kept up to date when MariaDB implements further improvements, in the future. Continue reading DROP TABLE improvements in MariaDB
MariaDB supports RETURNING statements, that can save one query making our applications faster and reducing server source usage. Continue reading MariaDB RETURNING Statements