MySQL Server Hardware and OS Tuning: 1. Have enough physical memory to load your entire InnoDB file into memory – InnoDB is much faster when the file can be accessed in memory rather than from disk. 2. Avoid Swap at all costs – swapping is reading from disk, its slow. 3. Use Battery-Backed RAM. 4. [...]
