I am going to do some performance tests on MySQL server as I want to evaluate how MySQL behaves in some situations. MySQL is the only (additional) software installed on my server (Windows Server 2012), so no other process is going to disturb it.
Currently, I have default settings on my MySQL instance - the only setting I've changed is a mode when you install it - "standalone" mode, if I remember correctly.
Which settings should I change? I am mostly interested in giving MySQL as much resources as it can take - I really want to give it everything possible.
Can you point me to some settings, manuals, etc.?
I will be testing on multiple hardware configurations (from commodity hardware (starting with i7-based laptop) to Gen9 HP Servers with "top-notch" disks (througput > 1GB/s)).
I will be testing on MySQL 5.7 and InnoDB engine.
I am going to test some SQL statements on a fairly big dataset (2-3 15+ million rows tables). I will be testing (BULK) INSERT, SELECT, UPDATE and DELETE statements.