Difference between revisions of "MariaDB"
(Created page with "'''MariaDB''' is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU...") |
(→See also) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''MariaDB''' is a community-developed [[Fork (software development)|fork]] of the [[MySQL]] [[relational database management system]] intended to remain free under the [[GNU General Public License|GNU GPL]]. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by [[Oracle Corporation]]. | + | '''MariaDB''' is a community-developed [[Fork (software development)|fork]] of the [[MySQL]] [[relational database management system]] intended to remain free under the [[GNU General Public License|GNU GPL]]. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by [[Oracle Corporation]]. |
− | MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL [[Application programming interface|APIs]] and commands. | + | MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL [[Application programming interface|APIs]] and commands. It includes the [[XtraDB]] storage engine for replacing [[InnoDB]], as well as a new storage engine, [[Aria (storage engine)|Aria]], that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL. |
+ | |||
+ | ==See also== | ||
+ | *https://dzone.com/storage/assets/10475078-mariadb-enterprise-comparison-wp.pdf | ||
+ | *https://dzone.com/storage/assets/12538799-enterprise-open-source-database-comparison-whitepa.pdf |
Latest revision as of 01:19, 31 December 2019
MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL. Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle Corporation.
MariaDB intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL APIs and commands. It includes the XtraDB storage engine for replacing InnoDB, as well as a new storage engine, Aria, that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL.