Tautan Eksternal
MySQL Gotchas, http://sql-info.de/mysql/gotchas.html
MySQL HA Solutions: New Guide Available, http://blogs.oracle.com/MySQL/entry/mysql_ha_solutions_new_guide
The MySQL C API, http://www.kitebird.com/mysql-book/ch06-1ed.pdf
vitess, Scaling MySQL databases for the web. http://code.google.com/p/vitess/
Statistical functions in MySQL, http://www.xarg.org/2012/07/statistical-functions-in-mysql/
mylvmbackup, http://www.lenzg.net/mylvmbackup/ ,
mylvmbackup is a tool for quickly creating backups of a MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations, while the actual file backup proceeds.
Some Basic Tips To Speed Up Your MySQL Queries, http://parallelmindsblog.com/2012/12/18/some-basic-tips-to-speed-up-your-mysql-queries/
About single threaded versus multithreaded databases performance, http://dba.stackexchange.com/questions/2918/about-single-threaded-versus-multithreaded-databases-performance/2948#2948