Difference between revisions of "MariaDB engines"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[MyISAM]]
+
 
 +
 
 +
* [[MyISAM]] (<code>[[.MYI]]</code>)
 
* [[InnoDB]], is the default storage engine from [[MariaDB 10.2]]
 
* [[InnoDB]], is the default storage engine from [[MariaDB 10.2]]
 
* [[Aria]], a crash-safe alternative to MyISAM
 
* [[Aria]], a crash-safe alternative to MyISAM
 
* [[XtraDB]]
 
* [[XtraDB]]
  
 +
 +
* <code>[[show engines]]</code>
  
 
<code>[[mariabackup]]</code> support for online backups of [[InnoDB]], [[Aria]] and [[MyISAM]] tables.
 
<code>[[mariabackup]]</code> support for online backups of [[InnoDB]], [[Aria]] and [[MyISAM]] tables.
  
  
* Show [[MariaDB engines|database engine]]: <pre>show table status like '<table name>';</pre>
+
* Show [[MariaDB engines|database engine]]:  
 +
* <code>[[show table status]]</code>
 +
* <code>show table status like '<table name>';</code>
  
  
Line 14: Line 20:
 
* Read https://mariadb.com/kb/en/choosing-the-right-storage-engine/
 
* Read https://mariadb.com/kb/en/choosing-the-right-storage-engine/
  
==See also ==
+
== Related terms ==
 +
* <code>[[show tables]]</code>
 +
 
 +
== See also ==
 +
* {{MariaDB engines}}
 
* {{MariaDB}}
 
* {{MariaDB}}
 
  
 
[[Category:MariaDB]]
 
[[Category:MariaDB]]

Latest revision as of 19:52, 15 December 2022

Advertising: