This is part 2 of our webinar trilogy on MySQL Query Tuning, in which we look at query tuning process and tools to help with that. We’ll cover topics such as SQL tuning, indexing, the optimizer and how to leverage EXPLAIN to gain insight into execution plans. Part 2: Indexing and EXPLAIN - deep dive.
Image:

Date & Time:
Tuesday, September 27, 2016 - 08:00 to 09:15
Tuesday, September 27, 2016 - 16:00 to 17:15
Agenda:
- How B-Tree indexes are built?
- Indexes - MyISAM vs. InnoDB
- Different index types
- B-Tree
- Fulltext
- Hash
- Indexing gotchas
- EXPLAIN walkthrough - query execution plan