Thursday, February 21, 2008

MySQL Engine

I'm setting up our MySQL database using the InnoDB Engine. I selected it as the vast majority of our queries are going to be done using the primary keys. Since we don't have to do any textual searches (that I can think of), MyISAM lost on the efficiency factor.

No comments: