MariaDB and MySQL storage engines: an overviewBy Federico Razzoli | July 26, 2023MySQL was the first DBMS to introduce the concept of storage engines in the early 2000s. This was one of its main ...Read More
Finding an optimal size for Aria PagecacheBy Federico Razzoli | February 18, 2021Aria pagecache is used to cache frequently read index blocks, reducing the accesses to disks. Let's see how to check if its size is adequate.Read More
Using CONNECT to access remote MariaDB or MySQL tablesBy Federico Razzoli | September 23, 2020This article discusses how to access data from a remote table using the CONNECT storage engine, in MariaDB.Read More