https://img87.pixhost.to/images/599/359020115_tuto.jpg


download скачать Free download скачать : Udemy Fundamentals of Database Engineering
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:12.71 GB

Files Included :

001 Welcome to the Course.mp4 (145.86 MB)
MP4
002 Course Note 1.mp4 (13.98 MB)
MP4
003 Course Note 2.mp4 (121.42 MB)
MP4
004 Course Note 3.mp4 (201.14 MB)
MP4
001 Introduction to ACID.mp4 (18.46 MB)
MP4
002 What is a Transaction.mp4 (36.08 MB)
MP4
003 Atomicity.mp4 (14.81 MB)
MP4
004 Isolation.mp4 (50.71 MB)
MP4
005 Consistency.mp4 (16.17 MB)
MP4
006 Durability.mp4 (15.51 MB)
MP4
007 ACID by Practical Examples.mp4 (125.82 MB)
MP4
008 Phantom Reads.mp4 (33.01 MB)
MP4
009 Serializable vs Repeatable Read.mp4 (72.79 MB)
MP4
010 Eventual Consistency.mp4 (36.65 MB)
MP4
001 How tables and indexes are stored on disk (MUST WATCH before continue).mp4 (53.42 MB)
MP4
002 Row-Based vs Column-Based Databases.mp4 (81.09 MB)
MP4
003 Primary Key vs Secondary Key - What you probably didn't know.mp4 (191.1 MB)
MP4
001 Create Postgres Table with a million Rows (from scratch).mp4 (9.38 MB)
MP4
002 Getting Started with Indexing.mp4 (124.79 MB)
MP4
003 Understanding The SQL Query Planner and Optimizer with Explain.mp4 (43.99 MB)
MP4
004 Bitmap Index Scan vs Index Scan vs Table Scan.mp4 (50.91 MB)
MP4
005 Key vs Non-Key Column Database Indexing.mp4 (116.37 MB)
MP4
006 Index Scan vs Index Only Scan.mp4 (31.74 MB)
MP4
007 Combining Database Indexes for Better Performance.mp4 (86.09 MB)
MP4
008 How Database Optimizers Decide to Use Indexes.mp4 (229.27 MB)
MP4
009 Create Index Concurrently - Avoid Blocking Production Database Writes.mp4 (15.59 MB)
MP4
010 Bloom Filters.mp4 (25.73 MB)
MP4
011 Working with Billion-Row Table.mp4 (153.75 MB)
MP4
001 B-Tree Section's Introduction & Agenda.mp4 (29.56 MB)
MP4
002 Full Table Scans.mp4 (33.78 MB)
MP4
003 Original B-Tree.mp4 (18.35 MB)
MP4
004 How the Original B-Tree Helps Performance.mp4 (32.62 MB)
MP4
005 Original B-Tree Limitations.mp4 (27.16 MB)
MP4
006 B+Tree.mp4 (30.52 MB)
MP4
007 B+Tree DBMS Considerations.mp4 (23.41 MB)
MP4
008 B+Tree Storage Cost in MySQL vs Postgres.mp4 (28.23 MB)
MP4
009 B-Tree Section's Summary.mp4 (5.15 MB)
MP4
001 Introduction to Database Partitioning.mp4 (2.65 MB)
MP4
002 What is Partitioning.mp4 (6.57 MB)
MP4
003 Vertical vs Horizontal Partitioning.mp4 (3.73 MB)
MP4
004 Partitioning Types.mp4 (2.43 MB)
MP4
005 The Difference Between Partitioning and Sharding.mp4 (5.26 MB)
MP4
006 Preparing Postgres, Database, Table, Indexes.mp4 (7.31 MB)
MP4
007 Execute Multiple Queries on the Table.mp4 (3.58 MB)
MP4
008 Create and Attach Partitioned Tables.mp4 (6.13 MB)
MP4
009 Populate the Partitions and Create Indexes.mp4 (5.52 MB)
MP4
010 Class Project - Querying and Checking the Size of Partitions.mp4 (30.27 MB)
MP4
011 The Advantages of Partitioning.mp4 (7.93 MB)
MP4
012 The Disadvantages of Partitioning.mp4 (4.97 MB)
MP4
013 Section Summary - Partitioning.mp4 (4.49 MB)
MP4
014 automate-partitions.zip (6.41 KB)
ZIP
014 How to Automate Partitioning in Postgres.mp4 (64.83 MB)
MP4
001 Introduction to Database Sharding.mp4 (2.14 MB)
MP4
002 What is Database Sharding.mp4 (5.64 MB)
MP4
003 Consistent Hashing.mp4 (3.37 MB)
MP4
004 Horizontal partitioning vs Sharding.mp4 (2.14 MB)
MP4
005 Sharding with Postgres.mp4 (2.23 MB)
MP4
006 Spin up Docker Postgres Shards.mp4 (16.37 MB)
MP4
007 Writing to a Shard.mp4 (136.01 MB)
MP4
008 Reading from a Shard.mp4 (56.91 MB)
MP4
009 Advantages of Database Sharding.mp4 (2.47 MB)
MP4
010 Disadvantages of Database Sharding.mp4 (5.3 MB)
MP4
011 Database Sharding Section Summary.mp4 (1015.74 KB)
MP4
012 When Should you consider Sharding your Database.mp4 (466.39 MB)
MP4
001 Shared vs Exclusive Locks.mp4 (34.4 MB)
MP4
002 Dead Locks.mp4 (34.69 MB)
MP4
003 Two-phase Locking.mp4 (16.87 MB)
MP4
004 booking-system.zip (918.33 KB)
ZIP
004 Solving the Double Booking Problem (Code Example).mp4 (116.9 MB)
MP4
005 Double Booking Problem Part 2 ( Alternative Solution and explination).mp4 (87.46 MB)
MP4
006 offset.mp4 (1.08 MB)
MP4
006 SQL Pagination With Offset is Very Slow.mp4 (72.32 MB)
MP4
007 Database Connection Pooling.mp4 (56.82 MB)
MP4
001 Introduction to Database Replication.mp4 (3.63 MB)
MP4
001 postgres-volumes.zip (16.18 MB)
ZIP
002 MasterStandby Replication.mp4 (12.7 MB)
MP4
003 Multi-master Replication.mp4 (2.09 MB)
MP4
004 Synchronous vs Asynchronous Replication.mp4 (6.48 MB)
MP4
005 postgres-volumes.zip (16.18 MB)
ZIP
005 Replication Demo with Postgres 13.mp4 (107.23 MB)
MP4
006 Pros and Cons of Replication.mp4 (5.25 MB)
MP4
001 Twitter System Design Database Design.mp4 (447.77 MB)
MP4
002 Building a Short URL System Database Backend.mp4 (177.51 MB)
MP4
001 Introduction.mp4 (13.47 MB)
MP4
002 What is a Database Engine.mp4 (12.78 MB)
MP4
003 MyISAM.mp4 (13.52 MB)
MP4
004 InnoDB.mp4 (10.17 MB)
MP4
005 XtraDB.mp4 (3.33 MB)
MP4
006 SQLite.mp4 (5.95 MB)
MP4
007 Aria.mp4 (3.5 MB)
MP4
008 BerkeleyDB.mp4 (4.03 MB)
MP4
009 LevelDB.mp4 (10.6 MB)
MP4
010 RocksDB.mp4 (6.42 MB)
MP4
011 Popular Database Engines.mp4 (5.66 MB)
MP4
012 Switching Database Engines with mySQL.mp4 (93.68 MB)
MP4
001 What are Database Cursors.mp4 (10.05 MB)
MP4
002 Server Side vs Client Side Database Cursors.mp4 (10.94 MB)
MP4
003 Inserting Million Rows with Python in Postgres using Client Side Cursor.mp4 (8.21 MB)
MP4
004 Querying with Client Side Cursor.mp4 (15.73 MB)
MP4
005 Querying with Server Side Cursor.mp4 (5.33 MB)
MP4
006 Pros and Cons of Server vs Client Side Cursors.mp4 (15.9 MB)
MP4
001 MongoDB Architecture.mp4 (425.39 MB)
MP4
001 How to Secure Your Postgres Database by Enabling TLSSSL.mp4 (67.22 MB)
MP4
002 Deep Look into Postgres Wire Protocol with Wireshark.mp4 (135.68 MB)
MP4
003 Deep Look Into MongoDB Wire Protocol with Wireshark.mp4 (262.12 MB)
MP4
004 What is the Largest SQL Statement that You can Send to Your Database.mp4 (117.36 MB)
MP4
005 Best Practices Working with REST & Databases.mp4 (113.91 MB)
MP4
006 Database Permissions and Best Practices for Building REST API.mp4 (118.81 MB)
MP4
001 Introduction to Homomorphic Encryption.mp4 (4.95 MB)
MP4
002 What is Encryption.mp4 (2.74 MB)
MP4
003 Why Can't we always Encrypt.mp4 (8.36 MB)
MP4
004 What is Homomorphic Encryption.mp4 (9.98 MB)
MP4
005 Homomorphic Encryption Demo.mp4 (748.4 KB)
MP4
006 Clone and Build the Code.mp4 (17.63 MB)
MP4
007 Going Through the Code and the Database.mp4 (9.26 MB)
MP4
008 Searching The Encrypted Database.mp4 (18.94 MB)
MP4
009 Is Homomorphic Encryption Ready.mp4 (6.43 MB)
MP4
001 Heap Index scan instead of Index only scan why.mp4 (121.66 MB)
MP4
002 What is the unit of the Cost in Postgres Planner.mp4 (61.11 MB)
MP4
003 All Isolation Levels - Explained Details.mp4 (288.76 MB)
MP4
004 Snapshot and Repeatable Read Isolation difference.mp4 (24.04 MB)
MP4
005 I have an Index why is the database doing a full table scan.mp4 (30.71 MB)
MP4
006 Why Databases Read Pages instead of Rows.mp4 (59.72 MB)
MP4
007 How does Indexing a column with duplicate values work.mp4 (118.66 MB)
MP4
008 Should I drop unused indexes.mp4 (27.44 MB)
MP4
009 Why use serializable Isolation Level when we have SELECT FOR UPDATE.mp4 (30.95 MB)
MP4
010 Can I use the same database connection for multiple clients.mp4 (22.65 MB)
MP4
011 Do I need a transaction if I'm only reading.mp4 (68.96 MB)
MP4
012 Why does an update in Postgres touches all indexes.mp4 (99.23 MB)
MP4
013 What is the value of bitmap index scan.mp4 (104.47 MB)
MP4
014 What does Explain Analyze actually do.mp4 (94.95 MB)
MP4
016 Does Create Index block writes and Why.mp4 (249.58 MB)
MP4
001 WAL, Redo and Undo logs.mp4 (853.16 MB)
MP4
002 SELECT COUNT () can impact your Backend Application performance, here is why.mp4 (65.53 MB)
MP4
003 How Shopify Switched from UUID as Primary Key.mp4 (284.4 MB)
MP4
004 How does the Database Store Data On Disk.mp4 (324.74 MB)
MP4
005 Postgres Architecture.mp4 (577.83 MB)
MP4
006 Is QUIC a Good Protocol for Databases.mp4 (282.15 MB)
MP4
007 What is a Distributed Transaction.mp4 (371.86 MB)
MP4
008 Hash Tables and Consistent Hashing.mp4 (581.94 MB)
MP4
009 Indexing in PostgreSQL vs MySQL.mp4 (289.42 MB)
MP4
010 Why Uber Moved from Postgres to MySQL (Discussion).mp4 (673.31 MB)
MP4
011 Can NULLs Improve your Database Queries Performance.mp4 (437.61 MB)
MP4
012 Write Amplification Explained in Backend Apps, Database Systems and SSDs.mp4 (437.31 MB)
MP4
013 Optimistic vs Pessmistic Concurrency Control.mp4 (379.37 MB)
MP4
001 Introduction to ACID (Archived).mp4 (2.62 MB)
MP4
002 What is a Transaction (Archived).mp4 (3.57 MB)
MP4
003 Atomicity (Archived).mp4 (3.95 MB)
MP4
004 Isolation (Archived).mp4 (35.39 MB)
MP4
005 Consistency (Archived).mp4 (17.48 MB)
MP4
006 Durability (Archived).mp4 (1.84 MB)
MP4

https://thumbs2.imgbox.com/9c/5e/4DZZs09M_t.jpg

https://img87.pixhost.to/images/1010/363506399_rg.png

Код:
 https://rapidgator.net/file/445784b3e656365352ddc38f8b1d76e6/Udemy_Fundamentals_of_Database_Engineering.z01
https://rapidgator.net/file/0f8b292f6f5529a6a37ada387abd0f06/Udemy_Fundamentals_of_Database_Engineering.z02
https://rapidgator.net/file/2ed64f881278df948a6ebef451aad41f/Udemy_Fundamentals_of_Database_Engineering.z03
https://rapidgator.net/file/e98b817a5ce2a714953c3a2e3af4a376/Udemy_Fundamentals_of_Database_Engineering.z04
https://rapidgator.net/file/f3205acf74a556ca5fcbb4af517fca8c/Udemy_Fundamentals_of_Database_Engineering.z05
https://rapidgator.net/file/9d18b9a4be466ee7dc7bb21df32d80a6/Udemy_Fundamentals_of_Database_Engineering.z06
https://rapidgator.net/file/ab01011dd7c5e5ba3afff5bfa9630fd8/Udemy_Fundamentals_of_Database_Engineering.z07
https://rapidgator.net/file/f53634d253d7f88ceee73402217ea25c/Udemy_Fundamentals_of_Database_Engineering.z08
https://rapidgator.net/file/71ef7b7180f648edb03b0986f5d4c6fb/Udemy_Fundamentals_of_Database_Engineering.z09
https://rapidgator.net/file/3d53cea8fba9a8f1e5d9844622881365/Udemy_Fundamentals_of_Database_Engineering.z10
https://rapidgator.net/file/22053bae9031e2420355d152fa3b3e82/Udemy_Fundamentals_of_Database_Engineering.z11
https://rapidgator.net/file/9dbfd7647[цензура]19b88e9ccb6d314e7fde/Udemy_Fundamentals_of_Database_Engineering.z12
https://rapidgator.net/file/b435e9fb6aa384101cf5671d6fa5c47d/Udemy_Fundamentals_of_Database_Engineering.zip

https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg

Код:
 https://nitroflare.com/view/702DD05F1028DDB/Udemy_Fundamentals_of_Database_Engineering.z01
https://nitroflare.com/view/178EFBDC3054A07/Udemy_Fundamentals_of_Database_Engineering.z02
https://nitroflare.com/view/E5B4CF0BA0241A1/Udemy_Fundamentals_of_Database_Engineering.z03
https://nitroflare.com/view/F6A3301FEDD9222/Udemy_Fundamentals_of_Database_Engineering.z04
https://nitroflare.com/view/5B4111F29BC6E68/Udemy_Fundamentals_of_Database_Engineering.z05
https://nitroflare.com/view/523E351273E7C20/Udemy_Fundamentals_of_Database_Engineering.z06
https://nitroflare.com/view/D2D3E6CE4347F65/Udemy_Fundamentals_of_Database_Engineering.z07
https://nitroflare.com/view/E7308FA1B9D9F28/Udemy_Fundamentals_of_Database_Engineering.z08
https://nitroflare.com/view/3D83A4D3D734A54/Udemy_Fundamentals_of_Database_Engineering.z09
https://nitroflare.com/view/254DBB39EA0E954/Udemy_Fundamentals_of_Database_Engineering.z10
https://nitroflare.com/view/1BF987ACCC1E05A/Udemy_Fundamentals_of_Database_Engineering.z11
https://nitroflare.com/view/E966FDE1F0E9BAE/Udemy_Fundamentals_of_Database_Engineering.z12
https://nitroflare.com/view/D58B75D3D72F232/Udemy_Fundamentals_of_Database_Engineering.zip

https://img88.pixhost.to/images/1104/374887060_banner_240-32.png

Код:
 https://ddownload.com/p03nuexr74ii/Udemy_Fundamentals_of_Database_Engineering.z01
https://ddownload.com/0gl2t939wr90/Udemy_Fundamentals_of_Database_Engineering.z02
https://ddownload.com/hu0aitjivadn/Udemy_Fundamentals_of_Database_Engineering.z03
https://ddownload.com/uizbse6z34fd/Udemy_Fundamentals_of_Database_Engineering.z04
https://ddownload.com/uj4ojni3l552/Udemy_Fundamentals_of_Database_Engineering.z05
https://ddownload.com/x6l3chnn5yxe/Udemy_Fundamentals_of_Database_Engineering.z06
https://ddownload.com/cmr7z80nvnds/Udemy_Fundamentals_of_Database_Engineering.z07
https://ddownload.com/6pnblleglfzm/Udemy_Fundamentals_of_Database_Engineering.z08
https://ddownload.com/wo76671k7fg1/Udemy_Fundamentals_of_Database_Engineering.z09
https://ddownload.com/s9dcjm4v500o/Udemy_Fundamentals_of_Database_Engineering.z10
https://ddownload.com/3o5ggdgkcxkh/Udemy_Fundamentals_of_Database_Engineering.z11
https://ddownload.com/80wru79kqcnd/Udemy_Fundamentals_of_Database_Engineering.z12
https://ddownload.com/d4wmbbtk9k1r/Udemy_Fundamentals_of_Database_Engineering.zip