Sunday, March 13, 2011

MySQL Data Fragmentation - What, When and How

Database Journal: \"MySQL tables, including MyISAM and InnoDB, two of the most common types, experience fragmentation as data is inserted and deleted randomly. Fragmentation can leave large holes in your table, blocks which must be read when scanning the table. Optimizing your table can therefore make full table scans and range scans more efficient.\"

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.