Filename Size 01 - Course Updates/001 Welcome to the Course.mp4 145.9 MB 01 - Course Updates/001 Welcome to the Course_en.vtt 7.9 KB 01 - Course Updates/002 Course Update Oct 2020.mp4 14 MB 01 - Course Updates/002 Course Update Oct 2020_en.vtt 572 B 01 - Course Updates/003 Course Update April 2021.mp4 121.4 MB 01 - Course Updates/003 Course Update April 2021_en.vtt 9.5 KB 01 - Course Updates/004 Course Update December 2021.mp4 201.1 MB 01 - Course Updates/004 Course Update December 2021_en.vtt 11.3 KB 01 - Course Updates/005 Note about Docker.html 1.2 KB 02 - ACID/001 Introduction to ACID.mp4 18.5 MB 02 - ACID/001 Introduction to ACID_en.vtt 3.9 KB 02 - ACID/002 What is a Transaction.mp4 36.1 MB 02 - ACID/002 What is a Transaction_en.vtt 16.5 KB 02 - ACID/003 Atomicity.mp4 28 MB 02 - ACID/003 Atomicity_en.vtt 11.9 KB 02 - ACID/004 Isolation.mp4 50.7 MB 02 - ACID/004 Isolation_en.vtt 40 KB 02 - ACID/005 Consistency.mp4 16.2 MB 02 - ACID/005 Consistency_en.vtt 15 KB 02 - ACID/006 Durability.mp4 15.5 MB 02 - ACID/006 Durability_en.vtt 15.2 KB 02 - ACID/007 Eventual Consistency.mp4 36.7 MB 02 - ACID/007 Eventual Consistency_en.vtt 18.6 KB 02 - ACID/008 ACID by Practical Examples.mp4 125.8 MB 02 - ACID/008 ACID by Practical Examples_en.vtt 22.7 KB 02 - ACID/009 Phantom Reads.mp4 33 MB 02 - ACID/009 Phantom Reads_en.vtt 8.9 KB 02 - ACID/010 Serializable vs Repeatable Read.mp4 72.8 MB 02 - ACID/010 Serializable vs Repeatable Read_en.vtt 10 KB 02 - ACID/28160058-Eventual-Consistency.jpg 31.7 KB 02 - ACID/28160060-Eventual-Consistency.pdf 362.6 KB 02 - ACID/28160064-Eventual-Consistency.pptx 451.7 KB 02 - ACID/28160068-Eventual-Consistency.odp 443.6 KB 02 - ACID/32536504-read.pdf 4 MB 02 - ACID/36778652-ACID-Updated.pptx 529.7 KB 02 - ACID/36778658-ACID-Updated.odp 436.4 KB 02 - ACID/36778664-ACID-Updated.pdf 402.3 KB 03 - Understanding Database Internals/001 How tables and indexes are stored on disk (MUST WATCH before continue).mp4 53.4 MB 03 - Understanding Database Internals/001 How tables and indexes are stored on disk (MUST WATCH before continue)_en.vtt 26.7 KB 03 - Understanding Database Internals/002 Row-Based vs Column-Based Databases.mp4 81.1 MB 03 - Understanding Database Internals/002 Row-Based vs Column-Based Databases_en.vtt 42.7 KB 03 - Understanding Database Internals/003 Primary Key vs Secondary Key - What you probably didn't know.mp4 191.1 MB 03 - Understanding Database Internals/003 Primary Key vs Secondary Key - What you probably didn't know_en.vtt 11.5 KB 03 - Understanding Database Internals/28950132-Row-Based-vs-Column-Based-Databases-1.jpg 39.7 KB 03 - Understanding Database Internals/28950136-Row-Based-vs-Column-Based-Databases.pptx 135 KB 03 - Understanding Database Internals/28950138-Row-Based-vs-Column-Based-Databases.odp 82 KB 03 - Understanding Database Internals/28950140-Row-Based-vs-Column-Based-Databases.pdf 177.5 KB 03 - Understanding Database Internals/36991010-How-tables-and-indexes-are-stored-on-disk.pptx 78.3 KB 03 - Understanding Database Internals/36991012-How-tables-and-indexes-are-stored-on-disk.odp 26.1 KB 03 - Understanding Database Internals/36991014-How-tables-and-indexes-are-stored-on-disk.pdf 59.7 KB 04 - Database Indexing/001 Create Postgres Table with a million Rows (from scratch).mp4 9.4 MB 04 - Database Indexing/001 Create Postgres Table with a million Rows (from scratch)_en.vtt 5.5 KB 04 - Database Indexing/002 Getting Started with Indexing.mp4 124.8 MB 04 - Database Indexing/002 Getting Started with Indexing_en.vtt 22.3 KB 04 - Database Indexing/003 Understanding The SQL Query Planner and Optimizer with Explain.mp4 44 MB 04 - Database Indexing/003 Understanding The SQL Query Planner and Optimizer with Explain_en.vtt 14.1 KB 04 - Database Indexing/004 Index Scan vs Index Only Scan.mp4 31.7 MB 04 - Database Indexing/004 Index Scan vs Index Only Scan_en.vtt 9.5 KB 04 - Database Indexing/005 Key vs Non-Key Column Database Indexing.mp4 116.4 MB 04 - Database Indexing/005 Key vs Non-Key Column Database Indexing_en.vtt 20.5 KB 04 - Database Indexing/006 Combining Database Indexes for Better Performance.mp4 86.1 MB 04 - Database Indexing/006 Combining Database Indexes for Better Performance_en.vtt 17.7 KB 04 - Database Indexing/007 How Database Optimizers Decide to Use Indexes.mp4 229.3 MB 04 - Database Indexing/007 How Database Optimizers Decide to Use Indexes_en.vtt 14.4 KB 04 - Database Indexing/008 Bitmap Index Scan vs Index Scan vs Table Scan.mp4 50.9 MB 04 - Database Indexing/008 Bitmap Index Scan vs Index Scan vs Table Scan_en.vtt 14.2 KB 04 - Database Indexing/009 Create Index Concurrently - Avoid Blocking Production Database Writes.mp4 15.6 MB 04 - Database Indexing/009 Create Index Concurrently - Avoid Blocking Production Database Writes_en.vtt 3.8 KB 04 - Database Indexing/010 Bloom Filters.mp4 25.7 MB 04 - Database Indexing/010 Bloom Filters_en.vtt 12.1 KB 04 - Database Indexing/011 Working with Billion-Row Table.mp4 316.3 MB 04 - Database Indexing/011 Working with Billion-Row Table_en.vtt 15.6 KB 04 - Database Indexing/012 Article - The Cost of Long running Transactions.html 2.3 KB 04 - Database Indexing/013 Article - Microsoft SQL Server Clustered Index Design.html 5.7 KB 04 - Database Indexing/28183792-bloom-filter.jpg 27.9 KB 04 - Database Indexing/28183800-bloom-filter.pdf 135.6 KB 04 - Database Indexing/28183802-bloom-filter.odp 236.5 KB 04 - Database Indexing/28183804-bloom-filter.pptx 276.6 KB 04 - Database Indexing/30408038-1.png 54.1 KB 04 - Database Indexing/30408042-2.png 69.5 KB 04 - Database Indexing/30987274-one-million-pg.txt 198 B 04 - Database Indexing/32509342-multiple-indexes.pdf 2.2 MB 04 - Database Indexing/34765100-employees.sql 1 KB 04 - Database Indexing/35793236-students.sql 1.1 KB 04 - Database Indexing/37305960-grades.sql 506 B 04 - Database Indexing/38484996-SQL-Server-Index-Architecture-and-Design-Guide-SQL-Server-Microsoft-Docs.pdf 1.2 MB 05 - B-Tree vs B+Tree in Production Database Systems/001 B-Tree Section's Introduction & Agenda.mp4 29.6 MB 05 - B-Tree vs B+Tree in Production Database Systems/001 B-Tree Section's Introduction & Agenda_en.vtt 3.8 KB 05 - B-Tree vs B+Tree in Production Database Systems/002 Full Table Scans.mp4 33.8 MB 05 - B-Tree vs B+Tree in Production Database Systems/002 Full Table Scans_en.vtt 3.7 KB 05 - B-Tree vs B+Tree in Production Database Systems/003 Original B-Tree.mp4 18.3 MB 05 - B-Tree vs B+Tree in Production Database Systems/003 Original B-Tree_en.vtt 5.3 KB 05 - B-Tree vs B+Tree in Production Database Systems/004 How the Original B-Tree Helps Performance.mp4 32.6 MB 05 - B-Tree vs B+Tree in Production Database Systems/004 How the Original B-Tree Helps Performance_en.vtt 9.4 KB 05 - B-Tree vs B+Tree in Production Database Systems/005 Original B-Tree Limitations.mp4 27.2 MB 05 - B-Tree vs B+Tree in Production Database Systems/005 Original B-Tree Limitations_en.vtt 7 KB 05 - B-Tree vs B+Tree in Production Database Systems/006 B+Tree.mp4 30.5 MB 05 - B-Tree vs B+Tree in Production Database Systems/006 B+Tree_en.vtt 6.8 KB