Today I’ll share a few slides I prepared last year for a presentation delivered at Oracle Open World. This is a quick and easy hands-on lab for fresh MySQL Server DBAs. I chose 5 among the most relevant topics when tuning and scaling a MySQL Server using InnoDB tables.
In particular, in this hands-on, I will talk about:
- Scaling connections
- The threads model
- InnoDB REDO log
- InnoDB Buffer Pool
- The Execution plan
MySQL Performance Tuning 101 from Mirko Ortensi
Rate at which MySQL is delivering new features and improvements is impressive, in fact MySQL Server 8 boosts performance in many fields, especially regarding InnoDB REDO logging. Hence while …
[Read more]