Q&A

Q1:

Can MySQL take advantage of multiple CPUs in a single server?

A1:

Absolutely, if your operating system supports multiple CPUs, MySQL will take advantage of them. However, the performance and tuning of MySQL using multiple processors varies, depending on the operating system. For more information, please see the MySQL manual section for your specific operating system:

http://www.mysql.com/doc/O/p/Operating_System_Specific_Notes.html
Q2:

What permission level must I have to use the OPTIMIZE command?

A2:

Any user with INSERT privileges for a table can perform OPTIMIZE commands. If a user has only SELECT permissions, the OPTIMIZE command will not execute.



    Part III: Getting Involved with the Code