Improve storage engines description from wiki
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
74e24450c7
commit
c39bf5a5e7
@ -312,7 +312,13 @@ From Wikipedia, the free encyclopedia
|
||||
.. seealso:: <https://en.wikipedia.org/wiki/Server_(computing)>
|
||||
|
||||
Storage Engines
|
||||
handlers for different table types
|
||||
MySQL can use several different formats for storing data on disk, these
|
||||
are called storage engines or table types. phpMyAdmin allows a user to
|
||||
change their storage engine for a particular table through the operations
|
||||
tab.
|
||||
|
||||
Common table types are InnoDB and MyISAM, though many others exist and
|
||||
may be desirable in some situations.
|
||||
|
||||
.. seealso:: <https://dev.mysql.com/doc/refman/5.7/en/storage-engines.html>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user