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...
by Federico Razzoli | Apr 12, 2023 | MariaDB, MariaDB Features
MariaDB introduced the UUID data type in version 10.7. The first long-term support (LTS) version to include it is 10.11, which was declared stable in February 2023. In this article we will discuss how to use the UUID type, and why it is often wise to use it as a...
by Sri Sakthivel | Mar 15, 2023 | MySQL
Every MySQL 8 minor release comes with a good number of bug fixes as well as exciting new features. MySQL 8.0.14 introduced the new log_slow_extra parameter. It is used to enable additional fields in the MySQL slow query log. They will help you get more information...
by Federico Razzoli | Jan 20, 2023 | MariaDB Features
In my first post in 2023, I want to give you a summary of MariaDB 10.10. Some may argue that I’m a bit late because it was released last November, and versions 10.11 and 11.0 have been announced since then… All that is correct, but 10.10 is the latest...