Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PHP's Biggest Bottleneck - MySQL
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 The problem with MySQL
- 3 Simple fixes
- 4 Indexes
- 5 Simple example
- 6 Using an index
- 7 Storing indexes
- 8 Explain
- 9 Explain example
- 10 Explain example 2
- 11 What is query caching
- 12 Configure query caching
- 13 Choose the right storage engine
- 14 Use a slow query log
- 15 Example slow query log
- 16 Slow query definition
- 17 Understanding data types
- 18 User table example
- 19 Questions
- 20 Procedures