mysql
Random MySQL performance tuning stuff
If you’re using InnoDB, ensure innodb_buffer_pool_size is set to a decent value – I choose about 25% of physical memory… ideally this is larger than your dataset size, but obviously may not be posible, and the server may have to do other stuff…. If you’re using InnoDB stop the O/S from also trying to cache … Continue reading
Categories: mysql
Leave a comment