No video

SQL Server Execution Plan Operators

  Рет қаралды 77,954

Brent Ozar Unlimited

Brent Ozar Unlimited

Күн бұрын

Пікірлер: 58
@bguruswa
@bguruswa 5 жыл бұрын
Initially the lecture was not impressive to me....looked like so regular things what he is discussing....many facts people might know....still I watched patiently till the end....where I got a clue to one of my production issue...a query was running much slow...when the lecture was on clustered index will do much better sometimes...and about creating indexes on text field...I thought of giving it a try...and tried creating an index ...which might go for clustered index seek for that text filed....it worked! The query which was running for nearly 9 sec to 17-18 seconds....came down to 3 to 8 seconds....mostly around 2-5 seconds which was our SLA for this application! Thanks for taking time to post this video! Much Appreciated!
@shatabdidey3056
@shatabdidey3056 4 жыл бұрын
Very Nicely Explained . Was eagerly waiting for the other operators like Hash /Sort/Tables spool/Nested Loop/Compute Scalar etc...
@th1493
@th1493 4 жыл бұрын
Amazing!!! The comparison visual towards the end was so simple yet powerful! Thanks a lot! :)
@nitindixit002
@nitindixit002 7 жыл бұрын
best video i watched for execution plan operator
@RC-nn1ld
@RC-nn1ld 6 жыл бұрын
Wow this is by far the best clip explaining this stuff, thanks!
@arnesbeganovic
@arnesbeganovic 5 жыл бұрын
Exactly! Finally I understand this.
@davidp7571
@davidp7571 4 жыл бұрын
This is a fantastic tutorial and would have made a great series. Sad to read that Doug moved on and that there will be no second part. Thanks for sharing this part nonetheless.
@LinkMassing
@LinkMassing 6 жыл бұрын
I have watched this more times than I can count over the last year. Excellent!
@zzrabin
@zzrabin 7 жыл бұрын
Thanks for making this wonderful video. So useful to get insight into those operators.
@fadi498
@fadi498 4 жыл бұрын
Excellent video! the best I have watched so far. Thanks a lot.
@mikemeat
@mikemeat 4 жыл бұрын
Really great and good fun to watch. Thank you!
@susanthabathige5860
@susanthabathige5860 5 жыл бұрын
Clustered Index scan or index scan does not necessarily read entire rows of a table, it could be a range scan as well. If you hover the mouse over the operator you will see the description as (Scanning a clustered index, entirely or only a range). Here it pays much more attention to the cost of the operator but it is meaningless to the end user as it uses by the query optimizer to create the plan.
@trucid2
@trucid2 8 жыл бұрын
Great stuff. Can't wait for part 2!
@shatabdidey3056
@shatabdidey3056 4 жыл бұрын
I liked the way he presented...straight to the point...Wondering why he didnot introduce himslef..
@TonyTigerTonyTiger
@TonyTigerTonyTiger 22 күн бұрын
If I am not mistaken, you description of scans vs seeks is not consistent with what Brent Ozar himself says about them.
@khawarahmed7492
@khawarahmed7492 5 жыл бұрын
If he introduced himself as a stand-up comic, I wouldn't mind at all.
@unlimitedpowerrecords
@unlimitedpowerrecords 7 жыл бұрын
Very well done, easy to listen to and follow.
@user-xp5sk8ts3q
@user-xp5sk8ts3q 2 жыл бұрын
Thanks so much for the great video!
@vijay6face
@vijay6face Жыл бұрын
Amazing very useful ❤️
@gideaomartins9096
@gideaomartins9096 Жыл бұрын
That's a class 🔥
@BrentOzarUnlimited
@BrentOzarUnlimited Жыл бұрын
Glad you enjoyed it!
@govansquared4759
@govansquared4759 Жыл бұрын
sought on or seeked on, that is the question.. not surprised doug got head hunted after this
@BrentOzarUnlimited
@BrentOzarUnlimited Жыл бұрын
Yep, he's really sharp!
@tsilb
@tsilb 4 жыл бұрын
When you end a video with "Coming up...", could you maybe please link to the next video in the description? Thanks, and keep being awesome!
@BrentOzarUnlimited
@BrentOzarUnlimited 4 жыл бұрын
Kevin - unfortunately, Doug Lane left the company just after this video was filmed. We gave it away for the public anyway - hope you enjoy it.
@narcissistectomy5134
@narcissistectomy5134 5 жыл бұрын
At the end of the video, you indicate there is another video with more operators like key lookup and join, but I do not see it in your video library. I'm quite sure you've got that content somewhere, I'm just not seeing it. Could you please point me in the right direction?
@BrentOzarUnlimited
@BrentOzarUnlimited 5 жыл бұрын
Sorry, we never built the second video. We stopped the project, but we wanted to upload this one for you so you could at least enjoy the completed one. Thanks!
@narcissistectomy5134
@narcissistectomy5134 5 жыл бұрын
Brent Ozar Unlimited NOOOOooooo! can you point me to a comprehensive source of all the execution plan steps explained? I’m diving into the deep depths of database operations, and am looking for good info
@BrentOzarUnlimited
@BrentOzarUnlimited 5 жыл бұрын
@@narcissistectomy5134 no, sorry.
@atul121984
@atul121984 5 жыл бұрын
Superb Stuff !!!
@Eskinidirisahero
@Eskinidirisahero Жыл бұрын
thank you sir
@BrentOzarUnlimited
@BrentOzarUnlimited Жыл бұрын
Most welcome
@PhuNguyen-bi7pi
@PhuNguyen-bi7pi 5 жыл бұрын
Hey, thanks for the videos. The best SQL lesson I've learned in my life for sure. Thanks. Where's the part 2? Anyone can drop me a link?
@TheBrentOzar
@TheBrentOzar 5 жыл бұрын
There won't be one - Doug moved on to another company.
@nvprophecy
@nvprophecy 2 жыл бұрын
great video!
@BrentOzarUnlimited
@BrentOzarUnlimited 2 жыл бұрын
Thanks!
@deva8496
@deva8496 7 жыл бұрын
I did not understand what you saying about "heaps don't behave well when it comes to the deleted rows" please explain.
@LanceEnglandSQL
@LanceEnglandSQL 7 жыл бұрын
You need to put a table lock hint on the heap table when deleting rows or the empty data pages aren't returned to SQL Server. It's the storage equivalent of a memory leak.
@odivm
@odivm 8 жыл бұрын
Yep, me too. Excellent video. Thanks you for doing it.
@ghauan
@ghauan 6 жыл бұрын
Great video
@donatobarone3474
@donatobarone3474 8 жыл бұрын
Yep, great video! When will the part 2 be released? Thanks
@TheBrentOzar
@TheBrentOzar 8 жыл бұрын
Hi! Unfortunately, there won't be a part 2 to this. Doug's moved on from the company. Thanks though!
@BrusyurSoksow
@BrusyurSoksow 8 жыл бұрын
Thats a shame! no one else on the Ozar team care to have a crack? This is the bees knees.
@purnachandrak2148
@purnachandrak2148 3 жыл бұрын
Best one
@khawarahmed7492
@khawarahmed7492 5 жыл бұрын
Brent is full of sass.
@nickj9137
@nickj9137 8 жыл бұрын
thank you!
@apikey3197
@apikey3197 6 жыл бұрын
The part where it got dark to show the table diagram freaked me out because I was watching the video at full screen. I thought my monitor was dying. :o
@Sezayiyuksektepe
@Sezayiyuksektepe 5 жыл бұрын
Thank's baby.
@kayodejohnson8008
@kayodejohnson8008 2 жыл бұрын
nice tutorial
@MrRapperb
@MrRapperb 4 жыл бұрын
Wait!! is he Brent Ozar?
@Mitu918
@Mitu918 6 жыл бұрын
Where is the part 2?
@BrentOzarUnlimited
@BrentOzarUnlimited 5 жыл бұрын
That's it for this series - you can find other courses at www.BrentOzar.com.
@kaustavganguly4454
@kaustavganguly4454 5 жыл бұрын
Any link for the Part two video??
@TheBrentOzar
@TheBrentOzar 5 жыл бұрын
That's it for this series - you can find other courses at www.BrentOzar.com.
@sudarshana2827
@sudarshana2827 6 жыл бұрын
32:20
@kiranmadhavraokulkarni8437
@kiranmadhavraokulkarni8437 Ай бұрын
Ok
@Gioeufshi
@Gioeufshi 7 жыл бұрын
This video is plain wrong.
@TheBrentOzar
@TheBrentOzar 7 жыл бұрын
Care to go into details?
SQL Server Execution Plans are Lying Liars
1:21:05
Brent Ozar Unlimited
Рет қаралды 8 М.
Identifying and Fixing Parameter Sniffing Issues
51:53
Brent Ozar Unlimited
Рет қаралды 46 М.
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 3,8 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 11 МЛН
What will he say ? 😱 #smarthome #cleaning #homecleaning #gadgets
01:00
SQL Server Execution Plan Operators
11:15
Bert Wagner
Рет қаралды 23 М.
SQL performance tuning and query optimization using execution plan
49:23
Watch Brent Tune Queries - SQLSaturday Oslo
1:01:54
Brent Ozar Unlimited
Рет қаралды 44 М.
SQL Query Optimization. Why is it so hard to get right?
1:39:24
Brent Ozar Unlimited
Рет қаралды 35 М.
SQL Server Execution Plan Basics
17:26
Kevin Hill
Рет қаралды 52 М.
Understanding Execution Plans - Erin Stellato
1:16:54
PASS Data Community Summit
Рет қаралды 2,8 М.
Key lookup and RID lookup in sql server execution plans
7:48
kudvenkat
Рет қаралды 54 М.