Free Performance with MySQL Table Types
Sep 08
MySQL supports a number of different storage engines. When you create a table, by default MySQL will use the MyISAM storage engine to create a MyISAM table. MyISAM is a relatively simple table type, which forgoes several advanced features in order to offer improved performance. In the early days of MySQL, the MyISAM table type was instrumental in making it one of the best performing databases around.
Link:
http://www.sitepoint.com/…
Check out these posts too:
Facebook
RSS
Twitter
Recent Comments