Content deleted Content added
Add "MySQL versions" and "MariaDB versions" columns |
m {{table alignment}} |
||
(22 intermediate revisions by 12 users not shown) | |||
Line 1:
{{short description|none}}
This is a comparison between notable database engines for the [[MySQL]] [[database management system]] (DBMS). A '''database engine''' (or "storage engine") is the underlying software component that a DBMS uses to [[create, read, update and delete]] (CRUD) [[data]] from a [[database]].
{{table alignment}}
{| class="wikitable sortable col6center col7center"
|-
! Name !! Vendor !! License !! [[Database transaction#Transactional databases|Transactional]] !! Under active development !! MySQL versions !! MariaDB versions<ref>{{Cite web |title=Storage Engines |url=https://mariadb.com/kb/en/storage-engines/ |access-date=2024-01-25 |website=MariaDB KnowledgeBase}}</ref>
|-
| [[MySQL Archive|Archive]] || Oracle || GPL || {{No}} || {{Yes}} || 5.0
|-
| [[Aria (storage engine)|Aria]] || [[MariaDB]] || GPL || {{No}} || {{Yes
|-
| [[Berkeley DB]] || Oracle || [[GNU Affero General Public License|AGPLv3]] || {{Yes}} || {{No}} ||
|-
| [[BLACKHOLE]] || Oracle || GPL || {{No}} || {{Yes}} || 5.0
|-
| [[CONNECT (storage engine)|CONNECT]] || [[MariaDB]] || GPL || {{No}} || {{Yes}} ||
|-
| [[
|-
| [[Falcon (storage engine)|Falcon]] || Oracle || GPL || {{Yes}} || {{No}} || {{dunno}} ||
|-
| [[MySQL Federated|Federated]] || Oracle || GPL || {{dunno}} || {{No}} || 5.0
|-
| [[FederatedX]] || [[MariaDB]] || GPL || {{Yes}} || {{No}}
|-
| [[InfiniDB|ColumnStore (formerly InfiniDB)]] || Calpont|| GPL || {{Yes}} || {{
|-
| [[InnoDB]] || Oracle || GPL || {{Yes}} || {{Yes}} || 3.23
|-
| [[MEMORY (storage engine)|MEMORY]] || Oracle || GPL || {{No}} || {{Yes}} || 3.23
|-
|
|-
| [[
|-
| [[
|-
| [[
|-
| [[
|-
| [[
|-
|
|-
| [[
|-
| [[
|-
| [[TempTable]] || Oracle || GPL || {{No}} || {{Yes}} || 8.0 – present || {{N/A}}
|-
| [[TokuDB]] || Percona || Modified GPL || {{Yes}} || {{No}} || {{N/A}} || 5.5 – 10.6<ref>{{Cite web |title=TokuDB |url=https://mariadb.com/kb/en/tokudb/ |access-date=2024-01-25 |website=MariaDB KnowledgeBase}}</ref>
|-
| [[XtraDB]] || Percona || GPL || {{Yes}} || {{Yes}} || {{N/A}} || 5.1 – 10.1<ref name="mdb_innodb">{{Cite web |title=InnoDB Versions |url=https://mariadb.com/kb/en/innodb-versions/ |access-date=2024-01-25 |website=MariaDB KnowledgeBase}}</ref>
|}
{{reflist}}
▲== References ==
==External links==
* [
* [http://www.geeksww.com/tutorials/database_management_systems/mysql/installation/mysql_tablecache_informationschema_and_open_files_limit.php MyISAM's open files limit and table-cache problem explained]
* [http://www.mysqlperformanceblog.com/2006/06/17/using-myisam-in-production/ The article about problems which will occur in using MyISAM]
|