Database Guardrails - New Age for Developers and Databases

Database Guardrails - New Age for Developers and Databases

Conf42 via YouTube Direct link

problems with databases

8 of 37

8 of 37

problems with databases

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Database Guardrails - New Age for Developers and Databases

Automatically move to the next video in the Classroom when playback concludes

  1. 1 intro
  2. 2 preamble
  3. 3 where we used to be...
  4. 4 where we are now
  5. 5 everything is complex
  6. 6 monitoring doesn't make it simpler
  7. 7 what breaks in the current world?
  8. 8 problems with databases
  9. 9 slow queries
  10. 10 incompatible changes in schema
  11. 11 missing indexes
  12. 12 too many indexes
  13. 13 bugs
  14. 14 - n+1 selects
  15. 15 - joins
  16. 16 - polymorphism
  17. 17 - data types
  18. 18 - lack of visibility
  19. 19 - migrations
  20. 20 - reviews
  21. 21 tests - do they work?
  22. 22 load testing?
  23. 23 solution - database guardrails
  24. 24 know the context to find the root cause
  25. 25 monitoring and observability
  26. 26 opentelemetry otel
  27. 27 traces and spans in otel and jaeger
  28. 28 what to observe?
  29. 29 executing the query: parser, rewriter, planner, executor
  30. 30 anatomy of an sql query
  31. 31 database guardrails
  32. 32 be proactive and push to the left!
  33. 33 - demo
  34. 34 - source code integration
  35. 35 - pull request analysis, observability
  36. 36 summary
  37. 37 thank you

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.