I’m still struggling with the performance of my MySQL database using the InnoDB engine. Especially the performance of data insertion, minor the performance of running queries.
I’ve been googling for information, how-to’s and so on, but I found most information rather profound matter. Can I find somewhere on the net some basic information for “newbies”, a starting point for performance optimization? The first, most import steps for InnoDB optimization, explained in a less complicated way.
I’m using the Windows platform
I used to manage a couple very large MySQL Databases (like, 1TB+). They were huge, unforgiving beasts with an endless appetite to cause me stomach problems.
I read everything I could find on MySQL Performance Tuning and innodb. Here’s a summary of what helped me:
InnoDB Performance Tuning and Troubleshooting
In the end, it’s just experimenting and working through things until you gain enough knowledge to know what works.