Understanding Aggregate Functions Performance - The Backend Engineering Show
Offered By: Hussein Nasser via YouTube
Course Description
Overview
Explore the performance implications of aggregate functions in database engineering through this informative video. Dive into the intricacies of COUNT, AVG, and MAX functions, examining how database tuning affects their efficiency. Learn about best-case scenarios, clustering techniques, and the impact of sequential and random writes on database performance. Gain valuable insights into optimizing aggregate function queries and enhancing overall database performance through this comprehensive breakdown of key concepts and practical examples.
Syllabus
Intro
SELECT COUNT*
SELECT AVGA
SELECT MAXA
Best case scenario
Clustering
Clustering Sequential Writes
Clustering Random Writes
Summary
Taught by
Hussein Nasser
Related Courses
Backend Engineering - BeginnerHussein Nasser via YouTube Backend Engineering - Intermediate
Hussein Nasser via YouTube HTTP - Live Stream
Hussein Nasser via YouTube Threads and Connections - The Backend Engineering Show
Hussein Nasser via YouTube Mutual TLS - The Backend Engineering Show
Hussein Nasser via YouTube