ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

134,064 results

Related queries

sql performance tuning

oracle execution plan

sql indexes explained

mysql explain

sql server

python

Bert Wagner
SQL Server Execution Plans - Part 1

I nearly always use execution plans as the starting point for SQL query performance troubleshooting. In this multi-part series, ...

8:31
SQL Server Execution Plans - Part 1

104,448 views

6 years ago

Data with Baraa
SQL Execution Plans (Visually Explained) | SQL Hints | #SQL Course 40

Visually explained how to read SQL execution plans and use query hints to optimize performance. Subscribe, Like, and ...

32:16
SQL Execution Plans (Visually Explained) | SQL Hints | #SQL Course 40

45,140 views

1 year ago

David Dalton
Viewing SQL Server query execution plans

This video shows how to use the SSMS to view query execution plans and analyze the cost of the query.

4:45
Viewing SQL Server query execution plans

22,598 views

4 years ago

ByteByteGo
Secret To Optimizing SQL Queries - Understand The SQL Execution Order

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

5:57
Secret To Optimizing SQL Queries - Understand The SQL Execution Order

624,706 views

2 years ago

Database Star
How to Understand the SSMS Execution Plan

Learn and understand the SQL Server Execution Plan: ...

6:52
How to Understand the SSMS Execution Plan

13,411 views

1 year ago

Bert Wagner
How To Read SQL Server Execution Plans

Part 3 of the series on Execution Plans looks at all of the elements you can use to help make sense of SQL Server's execution ...

6:45
How To Read SQL Server Execution Plans

54,123 views

6 years ago

The Magic of SQL
How to Read an Execution Plan: Databases for Developers: Performance #1

An execution plan is one of the core tools for analyzing SQL performance. But how do you get one? And how do you make sense ...

9:34
How to Read an Execution Plan: Databases for Developers: Performance #1

81,517 views

5 years ago

People also watched

Maven Analytics
Learn 12 Advanced SQL Concepts in 20 Minutes (project files included!)

Level up your SQL skills in just 20 minutes with SQL Pocket Guide author, Alice Zhao. In this video, we'll cover 12 advanced SQL ...

21:50
Learn 12 Advanced SQL Concepts in 20 Minutes (project files included!)

160,950 views

11 months ago

Maven Analytics
Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)

SQL is a skill that every data professional should have in the arsenal. And the best part? ANYONE can start learning SQL in just a ...

16:48
Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)

429,193 views

1 year ago

Lift And Shift Dev
Understand PostgreSQL query plan in 10 minutes

In this video, I share with you how i read Postgres query plan. This skill is super useful when you develop API to retrieve or mutate ...

12:58
Understand PostgreSQL query plan in 10 minutes

47,755 views

4 years ago

Data with Baraa
SQL Table Partitioning (Visually Explained) | Optimize Big Table Performance | #SQL Course 42

Visually explained how SQL table partitioning improves performance and manageability for large datasets. Subscribe, Like ...

33:22
SQL Table Partitioning (Visually Explained) | Optimize Big Table Performance | #SQL Course 42

39,266 views

1 year ago

itversity
Understanding and Interpreting Explain Plan in Oracle SQL | Oracle Performance Tuning

Unlock the full potential of Oracle with ITVersity! In this video, Dive deep into Oracle Performance Tuning, where you'll learn to ...

17:43
Understanding and Interpreting Explain Plan in Oracle SQL | Oracle Performance Tuning

113,454 views

10 years ago

Sql Is Easy
What is Index Scan ,Index Seek and Table Scan?||SQLSERVER #index #sqlserver

An index scan or table scan is when SQL Server has to scan the data or index pages to find the appropriate records. 1.Index Seek ...

6:34
What is Index Scan ,Index Seek and Table Scan?||SQLSERVER #index #sqlserver

49,801 views

10 years ago

Alex The Analyst
Stored Procedures in MySQL | Advanced MySQL Series

Full MySQL Course: https://www.analystbuilder.com/courses/mysql-for-data-analytics In this lesson we are going to take a look at ...

12:37
Stored Procedures in MySQL | Advanced MySQL Series

155,113 views

1 year ago

Bert Wagner
Troubleshooting SQL Server Execution Plans

In this final video of my Execution Plan Series, I share my step by step process for how I troubleshoot poor query performance by ...

12:21
Troubleshooting SQL Server Execution Plans

23,835 views

6 years ago

Maven Analytics
SQL WITH Clause | Clearly Explained | CTEs vs Subqueries vs Temp Tables | Recursive CTEs

SQL Pocket Guide author Alice Zhao compares the advantages of CTEs vs subqueries vs temp tables, introduces recursive CTEs ...

13:15
SQL WITH Clause | Clearly Explained | CTEs vs Subqueries vs Temp Tables | Recursive CTEs

93,276 views

1 year ago

Fidela Aretha
SQL Server Query Plan Analysis: The 5 Culprits That Cause 95% of Your Performance Headache

Ever open a huge query plan to track down a performance issue and instead find yourself overwhelmed by the sheer number of ...

1:26:27
SQL Server Query Plan Analysis: The 5 Culprits That Cause 95% of Your Performance Headache

71,590 views

7 years ago

Brent Ozar Unlimited
SQL Server Execution Plan Operators

Table scans, clustered index scans, merge joins, sorts, and more.

42:07
SQL Server Execution Plan Operators

81,489 views

9 years ago

Stir Trek
Exploring Microsoft SQL Server Query Execution Plans - Drew Furgiuele

Okay, your SQL query is slow. But why? In this session, we'll cover the basics of Microsoft SQL Server query execution plans: ...

1:00:40
Exploring Microsoft SQL Server Query Execution Plans - Drew Furgiuele

28,884 views

9 years ago

High-Performance Programming
Use MySQL EXPLAIN for Query Optimization

couponCode=003946E3EE5256B5E859 In this tutorial, we're going to: - see why MySQL creates a query plan, before each query ...

17:19
Use MySQL EXPLAIN for Query Optimization

73,153 views

4 years ago

Bert Wagner
SQL Server Execution Plan Operators

In this episode we take a look at the most common execution plan operators that may indicate serious performance problems in ...

11:15
SQL Server Execution Plan Operators

29,030 views

6 years ago

Kevin Hill
SQL Server Execution Plan Basics

Follow up to this video: https://youtu.be/52DZK_lPB8E This channel is dedicated to New and Accidental SQL Server DBAs!

17:26
SQL Server Execution Plan Basics

57,236 views

6 years ago

Kendra Little
How Do I Analyze a SQL Server Execution Plan? (Dear SQL DBA Episode 50)

Prefer a written transcript? Go to https://littlekendra.com/2017/09/22/how-do-i-analyze-a-sql-server-execution-plan/ A query is slow ...

26:17
How Do I Analyze a SQL Server Execution Plan? (Dear SQL DBA Episode 50)

11,312 views

8 years ago

PASS Data Community Summit
Understanding Execution Plans - Erin Stellato

If you have struggled to understand why a query takes too long to execute, or don't know where to start when a query requires a ...

1:16:54
Understanding Execution Plans - Erin Stellato

4,540 views

4 years ago

Seattle Data Guy
Understanding SQL Query Execution - What Happens When You Run A SQL Command

Here is something school probably didn't teach you about SQL Or at the very least you likely forgot. When you write a query, ...

8:32
Understanding SQL Query Execution - What Happens When You Run A SQL Command

12,467 views

1 year ago

techsapphire
SQL performance tuning and query optimization using execution plan

Performance tuning begins with understanding execution plan and finding & fixing expensive operators one by one in below flow: ...

49:23
SQL performance tuning and query optimization using execution plan

282,526 views

6 years ago

freeCodeCamp.org
SQL Server Performance Essentials – Full Course

In this course, Essentials of SQL Server Performance For Every Developer, you will see how to diagnose what is happening with a ...

4:03:27
SQL Server Performance Essentials – Full Course

251,308 views

3 years ago

Manish Sharma
5-Minute SQL Performance Boost Using Execution Plans

Struggling with slow SQL queries? This tutorial dives deep into understanding explain plans and using them to optimize your ...

8:02
5-Minute SQL Performance Boost Using Execution Plans

11,993 views

1 year ago

SentryOne
A Better Way to Read Execution Plans Part 1

Kevin Kline goes over how to do basic query tuning. Then he dives into 3 real-world query tuning examples that are taken from ...

1:00:14
A Better Way to Read Execution Plans Part 1

23,674 views

11 years ago