by Federico Razzoli | Aug 8, 2023 | MariaDB, MySQL
MariaDB and MySQL support several storage engines. See MariaDB and MySQL storage engines: an overview for a discussion about existing MariaDB and MySQL storage engines. Here we’ll see how to work with them. We’ll see how to obtain information about storage...
by Federico Razzoli | Jul 26, 2023 | MySQL InnoDB, MariaDB Storage Engines
MySQL was the first DBMS to introduce the concept of storage engines in the early 2000s. This was one of its main features. Later, MariaDB extended the storage engine API and included some storage engine maintained by third parties as part of its official...