MySQL Server Tuning
•
How MySQL uses memory
–
Main Global Caches and Buffers
•
Query cache
•
Key buffer
•
Table cache
•
InnoDB buffer pool
•
InnoDB log buffer
–
Main Thread-specific Caches and Buffers
•
Record buffer
•
Sort buffer
•
Join buffer
Copyright 2003, Jeremy Zawodny