[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/006 Why Uber Moved from Postgres to MySQL (Discussion).mp4 706.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/012 When Should you consider Sharding your Database.mp4 489.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/10 - Database System Design/001 Twitter System Design Database Design.mp4 469.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/007 Can NULLs Improve your Database Queries Performance.mp4 458.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/008 Write Amplification Explained in Backend Apps, Database Systems and SSDs.mp4 458.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/009 Optimistic vs Pessmistic Concurrency Control.mp4 397.8 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/004 What is a Distributed Transaction.mp4 389.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/006 Q&A - November 2021.mp4 384.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/002 How does the Database Store Data On Disk.mp4 340.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/011 Working with Billion-Row Table.mp4 331.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/005 Indexing in PostgreSQL vs MySQL.mp4 303.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/003 Is QUIC a Good Protocol for Databases.mp4 295.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/003 Deep Look Into MongoDB Wire Protocol with Wireshark.mp4 274.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/007 How Database Optimizers Decide to Use Indexes.mp4 240.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/004 Course Update December 2021.mp4 210.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/03 - Understanding Database Internals/003 Primary Key vs Secondary Key - What you probably didn't know.mp4 200.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/10 - Database System Design/002 Building a Short URL System Database Backend.mp4 186.1 MB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/001 Welcome to the Course.mp4 152.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/007 Writing to a Shard.mp4 142.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/002 Deep Look into Postgres Wire Protocol with Wireshark.mp4 142.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/02 - ACID/007 ACID by Practical Examples.mp4 131.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/002 Getting Started with Indexing.mp4 130.9 MB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/003 Course Update April 2021.mp4 127.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/006 Database Permissions and Best Practices for Building REST API.mp4 124.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/004 What is the Largest SQL Statement that You can Send to Your Database.mp4 123.1 MB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/004 Solving the Double Booking Problem (Code Example).mp4 122.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/005 Key vs Non-Key Column Database Indexing.mp4 122.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/005 Best Practices Working with REST & Databases.mp4 119.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/09 - Database Replication/005 Replication Demo with Postgres 13.mp4 112.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/005 Q&A - December 2021.mp4 104.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/007 Q&A - October 2021.mp4 99.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/11 - Database Engines/012 Switching Database Engines with mySQL.mp4 98.2 MB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/005 Double Booking Problem Part 2 ( Alternative Solution and explination).mp4 91.7 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/006 Combining Database Indexes for Better Performance.mp4 90.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/03 - Understanding Database Internals/002 Row-Based vs Column-Based Databases.mp4 85.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/02 - ACID/009 Serializable vs Repeatable Read.mp4 76.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/006 SQL Pagination With Offset is Very Slow.mp4 75.8 MB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/004 Q&A - January 2022.mp4 72.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/001 How to Secure Your Postgres Database by Enabling TLSSSL.mp4 70.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/001 SELECT COUNT () can impact your Backend Application performance, here is why.mp4 68.7 MB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/014 How to Automate Partitioning in Postgres.mp4 68.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/008 Reading from a Shard.mp4 59.7 MB
[TutsNode.net] - Fundamentals of Database Engineering/03 - Understanding Database Internals/001 How tables and indexes are stored on disk (MUST WATCH before continue).mp4 56.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/008 Bitmap Index Scan vs Index Scan vs Table Scan.mp4 53.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/003 Understanding The SQL Query Planner and Optimizer with Explain.mp4 46.1 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/004 How the Original B-Tree Helps Performance.mp4 34.2 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/004 Index Scan vs Index Only Scan.mp4 33.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/001 B-trees-vs-B-trees.odp 32.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/002 Q&A - March 2022.mp4 32.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/001 B-trees-vs-B-trees.pptx 32.4 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/006 B+Tree.mp4 32.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/010 Class Project - Querying and Checking the Size of Partitions.mp4 31.7 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/001 B-Tree Section's Introduction & Agenda.mp4 31.0 MB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/008 B+Tree Storage Cost in MySQL vs Postgres.mp4 29.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/001 What are Database Cursors.mp4 10.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/004 What is Homomorphic Encryption.mp4 10.5 MB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/001 Create Postgres Table with a million Rows (from scratch).mp4 9.8 MB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/007 Going Through the Code and the Database.mp4 9.7 MB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/003 Why Can't we always Encrypt.mp4 8.8 MB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/003 Inserting Million Rows with Python in Postgres using Client Side Cursor.mp4 8.6 MB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/011 The Advantages of Partitioning.mp4 8.3 MB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/001 Homomorphic-Encryption.odp 34.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/003 Deep Look Into MongoDB Wire Protocol with Wireshark_en.vtt 31.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/007 Writing to a Shard_en.vtt 30.1 kB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/006 Q&A - November 2021_en.vtt 29.3 kB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/006 Database Permissions and Best Practices for Building REST API_en.vtt 28.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/004 What is a Distributed Transaction_en.vtt 27.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/008 Write Amplification Explained in Backend Apps, Database Systems and SSDs_en.vtt 27.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/03 - Understanding Database Internals/001 How tables and indexes are stored on disk (MUST WATCH before continue)_en.vtt 27.3 kB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/005 Q&A - December 2021_en.vtt 25.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/007 Can NULLs Improve your Database Queries Performance_en.vtt 25.3 kB
.pad/83 24.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/09 - Database Replication/005 Replication Demo with Postgres 13_en.vtt 24.4 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/012 When Should you consider Sharding your Database_en.vtt 23.4 kB
[TutsNode.net] - Fundamentals of Database Engineering/02 - ACID/007 ACID by Practical Examples_en.vtt 23.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/002 Getting Started with Indexing_en.vtt 22.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/002 How does the Database Store Data On Disk_en.vtt 22.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/005 Double Booking Problem Part 2 ( Alternative Solution and explination)_en.vtt 22.3 kB
.pad/92 22.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/007 Q&A - October 2021_en.vtt 21.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/11 - Database Engines/012 Switching Database Engines with mySQL_en.vtt 21.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/005 Key vs Non-Key Column Database Indexing_en.vtt 21.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/009 Optimistic vs Pessmistic Concurrency Control_en.vtt 20.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/15 - Q&A - Answering your Questions/004 Q&A - January 2022_en.vtt 19.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/001 How to Secure Your Postgres Database by Enabling TLSSSL_en.vtt 15.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/007 Article - Server Side Cursor Types in SQL Server.html 14.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/007 How Database Optimizers Decide to Use Indexes_en.vtt 14.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/003 Is QUIC a Good Protocol for Databases_en.vtt 14.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/005 Indexing in PostgreSQL vs MySQL_en.vtt 14.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/008 Reading from a Shard_en.vtt 14.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/008 Bitmap Index Scan vs Index Scan vs Table Scan_en.vtt 14.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/003 Understanding The SQL Query Planner and Optimizer with Explain_en.vtt 14.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/16 - Database Discussions/001 SELECT COUNT () can impact your Backend Application performance, here is why_en.vtt 13.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/001 Shared vs Exclusive Locks_en.vtt 13.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/014 How to Automate Partitioning in Postgres_en.vtt 12.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/03 - Understanding Database Internals/003 Primary Key vs Secondary Key - What you probably didn't know_en.vtt 11.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/004 Course Update December 2021_en.vtt 11.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/006 SQL Pagination With Offset is Very Slow_en.vtt 11.3 kB
[TutsNode.net] - Fundamentals of Database Engineering/13 - Database Security/004 What is the Largest SQL Statement that You can Send to Your Database_en.vtt 10.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/02 - ACID/009 Serializable vs Repeatable Read_en.vtt 10.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/006 Spin up Docker Postgres Shards_en.vtt 9.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/003 Course Update April 2021_en.vtt 9.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/004 Index Scan vs Index Only Scan_en.vtt 9.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/004 How the Original B-Tree Helps Performance_en.vtt 9.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/005 Original B-Tree Limitations_en.vtt 7.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/010 Class Project - Querying and Checking the Size of Partitions_en.vtt 7.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/006 B+Tree_en.vtt 6.9 kB
.pad/46 6.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/08 - Concurrency Control/002 Dead Locks_en.vtt 6.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/003 Why Can't we always Encrypt_en.vtt 6.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/004 What is Homomorphic Encryption_en.vtt 6.1 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/011 The Advantages of Partitioning_en.vtt 6.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/006 Pros and Cons of Server vs Client Side Cursors_en.vtt 5.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/013 Article - Microsoft SQL Server Clustered Index Design.html 5.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/04 - Database Indexing/001 Create Postgres Table with a million Rows (from scratch)_en.vtt 5.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/004 Querying with Client Side Cursor_en.vtt 5.4 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/003 Original B-Tree_en.vtt 5.4 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/008 B+Tree Storage Cost in MySQL vs Postgres_en.vtt 5.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/09 - Database Replication/006 Pros and Cons of Replication_en.vtt 5.0 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/010 Disadvantages of Database Sharding_en.vtt 4.9 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/002 What is Database Sharding_en.vtt 4.8 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/007 B+Tree DBMS Considerations_en.vtt 4.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/009 Populate the Partitions and Create Indexes_en.vtt 4.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/002 What is Partitioning_en.vtt 4.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/003 Inserting Million Rows with Python in Postgres using Client Side Cursor_en.vtt 3.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/17 - Archived Lectures/002 What is a Transaction (Archived)_en.vtt 3.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/004 Horizontal partitioning vs Sharding_en.vtt 1.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/12 - Database Cursors/005 Querying with Server Side Cursor_en.vtt 1.7 kB
[TutsNode.net] - Fundamentals of Database Engineering/09 - Database Replication/001 Introduction to Database Replication_en.vtt 1.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/001 Introduction to Database Sharding_en.vtt 1.6 kB
[TutsNode.net] - Fundamentals of Database Engineering/07 - Database Sharding/005 Sharding with Postgres_en.vtt 1.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/06 - Database Partitioning/007 Execute Multiple Queries on the Table_en.vtt 1.5 kB
[TutsNode.net] - Fundamentals of Database Engineering/14 - Homomorphic Encryption - Performing Database Queries on Encrypted Data/007 Going Through the Code and the Database_en.vtt 1.4 kB
[TutsNode.net] - Fundamentals of Database Engineering/01 - Course Updates/005 Note about Docker.html 1.2 kB
[TutsNode.net] - Fundamentals of Database Engineering/05 - B-Tree vs B+Tree in Production Database Systems/009 B-Tree Section's Summary_en.vtt 1.2 kB