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. Continua a leggere READ ONLY transactions in MariaDB and MySQL
Osserva i tuoi database da una vetta. Lascia a noi i problemi tecnici.
Transactions can be read only. This article explains what read only transactions are and why we should use them when appropriate. Continua a leggere 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. Continua a leggere 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. Continua a leggere DROP TABLE improvements in MariaDB
MariaDB supports RETURNING statements, that can save one query making our applications faster and reducing server source usage. Continua a leggere MariaDB RETURNING Statements