Completed
intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Effective Observability in PostgreSQL, MySQL, and Other SQL Databases
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 where we used to be...
- 4 where we are now
- 5 conway's law
- 6 communication
- 7 shift left
- 8 self service
- 9 dashboards
- 10 problems with databases
- 11 slow queries
- 12 incompatible changes in schema
- 13 missing indexes
- 14 too many indexes
- 15 - n+1 selects
- 16 - joins
- 17 - lack of visibility
- 18 - migrations
- 19 test - do they work?
- 20 load testing?
- 21 nonoptimal configuration
- 22 know the context to find the root cause
- 23 monitoring and observability
- 24 executing the query
- 25 anatomy of an sql query
- 26 observability
- 27 database guardrails
- 28 be proactive and push to the left!
- 29 metis demo
- 30 about metis
- 31 summary
- 32 thank you!