Completed
anatomy of an sql query
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Missing Chapter in Your CI Playbook: Database Guardrails
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preface
- 3 be proactive and push to the left
- 4 know the context to find the root cause! monitor and troubleshoot
- 5 how do you know your code will work in production?
- 6 what can go wrong?
- 7 ci/cd
- 8 so what can go wrong?
- 9 problems with databases
- 10 slow queries
- 11 incompatible changes in schema
- 12 missing indexes
- 13 too many indexes
- 14 bugs
- 15 orm challenges - n plus 1 selects
- 16 - joins
- 17 - polymorphism
- 18 - data types
- 19 - lack of visibility
- 20 - migrations
- 21 - reviews
- 22 know the context to find the root cause
- 23 executing the query
- 24 anatomy of an sql query
- 25 observability
- 26 otel
- 27 traces and spans in otel and jaeger
- 28 load testing?
- 29 be proactive and push to the left!
- 30 metis demo
- 31 metis features
- 32 source code integration
- 33 pull request analysis
- 34 observability
- 35 summary
- 36 thank you