MariaDB database storage engines
Posted: Sun May 19, 2024 6:03 am
Definitely a more advanced topic, but I wanted to see the developers and power users thoughts on this.
I'm currently recovering my OD database (currently MariaDB 10.5.13, InnoDB) from some data corruption. While doing this, I'm also researching setting up replication and going to upgrade my MariaDB to the latest stable in the 10.5 range, and then explore moving that up to more current versions.
From going through the mariadb documentation (https://mariadb.com/kb/en/choosing-the- ... ge-engine/), it looks like MyISAM was deprecated a while back and replaced with the Aria storage engine. All of the internal tables are on Aria (which I confirmed on my install), which is supposed to be a replacement for MyISAM. The default storage engine for most purposes is InnoDB.
What is the default storage engine for the opendental database on new OD installs?
These are all the currently maintained release versions:
MariaDB 10.5.25 is the latest 10.5 GA release, and is maintained until June 2025.
MariiaDB 10.6.18 is the latest 10.6 GA release, and is maintained until July 2026.
MariaDB 10.11.8 is the latest 10.11 GA release, and is maintained until February 2028.
MariaDB 11.4.1 is the current long term development release.
Any thoughts on what version of MariaDB OD is moving to? What are other people using?
I'll be testing different versions to see how they connect, and where they fall short as I work through the data corruption fix on my own OD instance.
I was also curious to see what storage engines other people are using.
I'm currently recovering my OD database (currently MariaDB 10.5.13, InnoDB) from some data corruption. While doing this, I'm also researching setting up replication and going to upgrade my MariaDB to the latest stable in the 10.5 range, and then explore moving that up to more current versions.
From going through the mariadb documentation (https://mariadb.com/kb/en/choosing-the- ... ge-engine/), it looks like MyISAM was deprecated a while back and replaced with the Aria storage engine. All of the internal tables are on Aria (which I confirmed on my install), which is supposed to be a replacement for MyISAM. The default storage engine for most purposes is InnoDB.
What is the default storage engine for the opendental database on new OD installs?
These are all the currently maintained release versions:
MariaDB 10.5.25 is the latest 10.5 GA release, and is maintained until June 2025.
MariiaDB 10.6.18 is the latest 10.6 GA release, and is maintained until July 2026.
MariaDB 10.11.8 is the latest 10.11 GA release, and is maintained until February 2028.
MariaDB 11.4.1 is the current long term development release.
Any thoughts on what version of MariaDB OD is moving to? What are other people using?
I'll be testing different versions to see how they connect, and where they fall short as I work through the data corruption fix on my own OD instance.
I was also curious to see what storage engines other people are using.