Content deleted Content added
Jon frisby (talk | contribs) InfiniDB lives on, per: https://mariadb.com/kb/en/about-mariadb-columnstore/ |
m {{table alignment}} |
||
(15 intermediate revisions by 10 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}} ||
|-
| [[CSV (storage engine)|CSV]] || Oracle || GPL || {{No}} || {{Yes}} || 5.0
|-
| [[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)
|-
| [[InnoDB]] || Oracle || GPL || {{Yes}} || {{Yes}} || 3.23
|-
| [[MEMORY (storage engine)|MEMORY]] || Oracle || GPL || {{No}} || {{Yes}} || 3.23
|-
| Mroonga || Groonga Project || GPL || {{No}} || {{Yes}} ||
|-
| [[MyISAM]] || Oracle || GPL || {{No}} || {{No}} || 3.23
|-
| [[MyRocks]] || Facebook || GPLv2 || {{Yes}} || {{Yes}} ||
|-
| [[MySQL Cluster|NDB]] || Oracle || GPLv2 || {{Yes}} || {{Yes}} || {{dunno}} ||
|-
| [[OQGRAPH]] || Oracle || GPLv2 || {{No}} || {{No}} ||
|-
| [[S3 (storage engine)|S3]] || [[MariaDB]] || GPL || {{No}} || {{Yes}} ||
|-
| SEQUENCE || MariaDB || GPL || {{No}} || {{Yes}} ||
|-
| [[
|-
| [[SPIDER (storage engine)|SPIDER]] || Kentoku Shiba || GPL || {{Yes}} || {{Yes}} ||
|-
| [[TempTable]] || Oracle || GPL || {{No}} || {{Yes}} || 8.0
|-
| [[TokuDB]] || Percona || Modified GPL || {{Yes}} || {{No}} ||
|-
| [[XtraDB]] || Percona || GPL || {{Yes}} || {{Yes}} ||
|}
{{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]
|