Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
129 results
In the finale of our raw SQL series, we cover PostgreSQL query optimization, profile query plans using EXPLAIN and EXPLAIN ...
48 views
3 weeks ago
Are your SQL queries taking too long and crashing production servers? Crack top product-based company interviews by ...
10 views
7 days ago
Are your SQL queries taking forever to run? In this video on Topictrick, we dive deep into the DB2 Explain Plan to help you master ...
308 views
4 weeks ago
Slow Snowflake queries do not automatically mean you need a larger warehouse. In this video, we break down how to diagnose ...
40 views
2 weeks ago
In this practical SQL Query Optimization demo, we take a query running against millions of rows and optimize it step-by-step ...
49 views
Starting with a realistic e-commerce schema — 50000 customers and 200000 orders — I run a slow query, paste the EXPLAIN ...
108 views
00:00 - The Mystery: Fast vs. Slow SQL Queries 00:27 - Reproducing the Problem with Skewed Data 01:20 - The Stored ...
16 views
4 days ago
Ever added an index to speed up a slow PostgreSQL query — and it just... doesn't get used? In this video, we go through 7 real ...
184 views
Welcome to The Tech Kernel – Rise Beyond The Comfort Zone! In this MySQL Advanced Course, we go beyond basic SQL ...
12 views
Welcome to Day 24 of SQL in 30 Days Why does one SQL query run quickly while another takes forever? The answer can often ...
8 views
13 days ago
... database optimization, SQL query optimization, speed up SQL queries, slow database queries, database performance, primary ...
0 views
2 days ago
A MySQL query that ran in 20 milliseconds can quietly slow down to 400 milliseconds with no code changes at all. The table it ...
1 view
15 hours ago
Your Postgres query is slow. Before you rewrite SQL, add a cache, or scale hardware, read the plan. In this concept explainer, we ...
4 views
Postgres runs your query behind a closed door — EXPLAIN ANALYZE opens the door. You get the exact plan the planner chose, ...
6 days ago
Watch till the end to master how to turn slow queries lightning-fast. What you will learn in this video: • What is SQL Query ...
7 views
Database Index explained for backend and system design interviews — why full table scans are slow, how an index fixes it, and ...
241 views
8 days ago
Can AI actually diagnose and fix a slow SQL Server query? In Episode 2 of SQL in the AI Era, we put AI-generated performance ...
19 views
In this video, we are going to see Your PostgreSQL Index Is Slow Because of This One Mistake | Key vs Non-Key Column ...
170 views
Your query was fast last month and it is slow today, and nobody changed the code. That is what a missing database index actually ...
41 views
Show more