MySQL Optimizations on Linux
It is important to optimize all pieces of the LAMP acronym and MySQL is not exception to the rule when deploying on the live servers Here be the compile time flags. export CFLAGS=”-O3 -march=cpu -pipe -msse2 -m3dnow -fomit-frame-pointer -mtune=cpu” CXX=gcc CXXFLAGS=”-O3 -cpu -felide-constructors -fno-exceptions -fno-rtti” As mentioned in my previous entry you can go check the GCC [...] [...more]
