An Introduction To MySQL Storage Engines
MySQL provides support for thirteen different storage engines which act as varying table type handlers. Most people who use MySQL on a regular basis already know about the two most common storage engines, MyISAM and InnoDB. Most of the time, the default storage engine as defined by the store_engine option in the MySQL config file is typically MyISAM, and this is usually what most people go with.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.