Database Guardrails - New Age for Developers and Databases
Offered By: Conf42 via YouTube
Course Description
Overview
Syllabus
intro
preamble
where we used to be...
where we are now
everything is complex
monitoring doesn't make it simpler
what breaks in the current world?
problems with databases
slow queries
incompatible changes in schema
missing indexes
too many indexes
bugs
- n+1 selects
- joins
- polymorphism
- data types
- lack of visibility
- migrations
- reviews
tests - do they work?
load testing?
solution - database guardrails
know the context to find the root cause
monitoring and observability
opentelemetry otel
traces and spans in otel and jaeger
what to observe?
executing the query: parser, rewriter, planner, executor
anatomy of an sql query
database guardrails
be proactive and push to the left!
- demo
- source code integration
- pull request analysis, observability
summary
thank you
Taught by
Conf42
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera