Quantcast
Channel: Tips and Tricks » Web Development
Viewing all articles
Browse latest Browse all 8

101 Tips to MySQL Tuning and Optimization

$
0
0
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. [...]

Viewing all articles
Browse latest Browse all 8

Trending Articles