Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Every data professional writes SQL queries — but few understand why some queries take seconds and others take minutes on the same data. The answer lies beneath the surface: in how data is stored, how query engines read that data, and how columnar formats like Parquet fundamentally change the game for analytics performance. This course gives you that understanding.
You will start from the foundations — how computers store and read data, how SQL operations access data internally, and what distinguishes row-based storage from columnar storage. From there, you will explore modern columnar formats (Parquet, ORC), work with DuckDB as your primary analytics query engine, and learn to read execution plans to diagnose exactly where queries slow down. Each concept is reinforced through hands-on demonstrations that you can follow along on your own setup.
By the end of this course, you’ll be able to:
- Explain how computers store data, distinguish between row-based and columnar storage, and identify when columnar formats provide a performance advantage.
- Work with Parquet and ORC file formats, compare them to CSV, and query columnar data using DuckDB.
- Read and interpret SQL query execution plans using EXPLAIN, and diagnose performance bottlenecks in analytical workloads.
- Apply real-world query optimization techniques including column pruning, filter pushdown, partitioning, data skipping, and before-vs-after performance comparison.
This course is designed for a diverse audience: Data Analysts who want to understand why their queries are slow, junior Data Engineers building foundational storage knowledge, BI Professionals moving into performance engineering or platform roles, and SQL Developers who want to go beyond writing queries to understanding how queries execute internally.
Basic computer literacy is helpful. No prior SQL experience is required — though familiarity with basic statements will help you move faster.
Stop guessing why queries are slow. Start understanding storage, execution, and optimization — and build the foundational skills every modern data team needs.