Completed
SELECT *
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Hidden Costs of Poor Database Access
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Performance vs productivity
- 3 Databases are the bottleneck of most apps
- 4 SELECT *
- 5 Prepared statements
- 6 Blocking vs non-blocking calls
- 7 Joins
- 8 I want to be productive!
- 9 Wait, why do we have to choose?
- 10 Hierarchical data
- 11 But how do I query that?
- 12 SQL++ is backwards compatible
- 13 But SQL:2016 introduced JSON support
- 14 Key takeaways
- 15 Outro