Will AWS Babelfish Succeed in Moving Developers Away from SQL Server to Postgres?
53
Meet mySQL RAPID - distributed, in-memory, columnar, query processing engine by ORACLE
54
Combining Database Indexes for Better Performance in Your Backend Applications (with PostgreSQL)
55
don’t use “offset” in your SQL
56
Burned by Docker and it was my fault
57
Bitmap Index Scan in Postgres Explained with Examples (Members only)
58
Is EventStoreDB the First Native gRPC Database?
59
Create Index Blocking Production Database Writes? Postgres Solves this with this trick
60
How to Automate Partitioning in Postgres
61
UUIDs are Bad for Performance in MySQL - Is Postgres better? Let us Discuss
62
Redis In-Memory Database Crash Course
63
Phantom Reads in Postgres Explained Compared to Other DBMS
64
Serializable vs Repeatable Read Isolation Level - When to use one over the other in Database Systems
65
How Database Cursors Help in Fetching Large Result sets from your SQL
66
Watch out before Adding Indexes to Your Table, Your Database Optimizer Might not Use them
67
Write Amplification Explained in Backend Apps, Database Systems and SSDs
68
Can NULLs Improve your Database Queries Performance? - The Backend Engineering Show
69
SELECT COUNT(*) is Slow, Estimate it Instead (with Example in Node JS and Postgres)
70
Auth0 MongoDB Gets Overloaded Causes an Major Outage
71
The Tale of OLTP, OLAP, and HTAP in Data Warehousing - The Backend Engineering Show
72
Optimizing Communication and Networking in Database Systems - The Backend Engineering Show
73
The New Postgres 14 Looks Promising - The Backend Engineering Show with Hussein Nasser
74
Primary Key vs Secondary Key - What you probably didn't know (Members ONLY)
75
All Types of Database Replication Discussed
76
My thoughts on the CAP theorem
77
B-tree vs B+ tree in Database Systems
78
Should you go with an Optimistic or Pessimistic Concurrency Control Database?
79
Can Redis be used as a Primary database?
80
Turns out MySQL Statement-based Replication might not be a good idea, Lets discuss why
81
Partial Indexing | The Backend Engineering Show
82
Update your database statistics often or your SQL queries will suffer #shorts
83
Table Clustering in MySQL and Postgres - The pros and cons
84
How Redis efficiently snapshots gigabytes of memory to disk (forking)
85
backend leaking Postgres database connections - what I did to fix it
86
on graph databases
87
On Graph Databases | The Backend Engineering Show
88
The cost rolling back transactions (postgres/mysql)
89
when indexes are useless | The Backend Engineering Show
90
What is the cost of Indexing too many columns - Udemy Q&A November 2021
91
Postgres index bloat | The Backend Engineering Show
92
what is a database index?
93
The limitations of today’s SSDs | The Backend Engineering Show
94
Why this query is fast
95
Redo, Undo and WAL logs | The Backend Engineering Show
96
Sorting in Postgres 15 is 371% faster in certain cases
Description:
Dive into an extensive collection of database engineering videos covering a wide range of topics including ACID transactions, indexing strategies, database partitioning, replication, sharding, concurrency control, and various database engines. Explore in-depth explanations of B-Trees, bloom filters, and different database types such as relational, column-oriented, and in-memory databases. Learn about performance optimization techniques, query planning, and how to handle large-scale data efficiently. Discover insights on database design for microservices, system design considerations, and real-world case studies from companies like Discord and Uber. Gain practical knowledge on working with PostgreSQL, MySQL, MongoDB, Redis, and other popular database systems, as well as understanding the intricacies of database operations on both SSDs and HDDs.