Difference between revisions of "MariaDB engines"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* [[MyISAM]] ([[.myi]])
+
 
 +
 
 +
* [[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
Line 10: Line 12:
  
  
* 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 16: 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}}
* {{MySQL}}
 
  
 
[[Category:MariaDB]]
 
[[Category:MariaDB]]

Latest revision as of 19:52, 15 December 2022

Advertising: