Tuesday, March 29, 2011

When to use MyISAM?


MyISAM is designed with the idea that your database is queried far more than its updated and as a result it performs very fast read operations. If your read to write(insert|update) ratio is less than 15% its better to use MyISAM.

No comments:

Post a Comment