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
Mastering SQL JoinsCoursera Project Network via Coursera Intermediate SQL Queries
DataCamp Introduction to SQL Server
DataCamp PostgreSQL Summary Stats and Window Functions
DataCamp Functions for Manipulating Data in SQL Server
DataCamp