У нас вы можете посмотреть бесплатно Being a Better Developer With EXPLAIN - Louise Grandjonc или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Developers use ORMs and here the question is not "is it good or bad" nor is it to convince them to rewrite years of technical debt but to show them that queries can be optimized by understanding what is happening behind their code. So any developer at the end of the talk should be able to: know where to find the queries executed by the ORMs understand the different algorithm of filtering, sorting and joining. So basically, understand the output of a simple EXPLAIN.