Optimizing MySQL - increasing the size of key buffer
4 am on December 4th, 2006
MySQL is a widely used opensource DB. So it is vital for services to find some info in a very short period to sustain a huge load of requests, in case of many users. If your’re using MySQL and your application accesses records of the tables using mostly primary keys, it should be worth to […]
