Back to Browse

Check Constraints And Query Performance In SQL Server

1.5K views
Jul 19, 2024
11:50

In this video, I delve into the world of database constraints and their impact on query performance, particularly focusing on how tweaking these constraints can lead to more efficient execution plans. While most viewers might not have constraints in their databases, I explore a scenario using Stack Overflow data where adding or modifying constraints can significantly improve query performance. By walking through an example with an index on reputation and upvotes, I demonstrate the importance of precise constraint definitions for SQL Server's query optimizer. The video highlights how changing a simple constraint from 'reputation 0' to 'reputation = 1' can transform a parallel plan with sorts into a single-threaded seek, showcasing the subtle yet crucial details that database professionals should pay attention to in their quest for optimal performance. CHAPTERS 00:00:00 - Introduction 00:00:29 - Database Constraints Overview 00:01:29 - Index and Query Plan Example 00:03:27 - Poor Query Plan Analysis 00:04:53 - Importance of Over-Communication 00:06:08 - Constraint Adjustment for Improvement 00:08:46 - Small Details Matter 00:10:01 - Constraints in OLTP Environments 00:10:31 - Key Lessons Recap ━━━━━━━━━━━━━━━━━━━━━━━━━━ 📚 TRAINING & COURSES ━━━━━━━━━━━━━━━━━━━━━━━━━━ Get AI-Ready With Erik https://training.erikdarling.com/get-ai-ready-with-erik?coupon=AIREADY SQL Server Performance Engineering Course https://training.erikdarling.com/sql-server-performance-engineering?coupon=ENGINEERING Learn T-SQL with Erik https://training.erikdarling.com/learn-t-sql-with-erik?coupon=ADVANCEDTSQL Everything Bundle: https://training.erikdarling.com/?coupon=SPRINGCLEANING ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛠️ CONSULTING & SERVICES ━━━━━━━━━━━━━━━━━━━━━━━━━━ Need SQL Server performance help? https://training.erikdarling.com/sqlconsulting ━━━━━━━━━━━━━━━━━━━━━━━━━━ 💬 CONNECT ━━━━━━━━━━━━━━━━━━━━━━━━━━ Ask questions at Office Hours https://erikdarling.com/officehours/ Become a channel member https://www.youtube.com/@ErikDarlingData/join ━━━━━━━━━━━━━━━━━━━━━━━━━━

Download

0 formats

No download links available.

Check Constraints And Query Performance In SQL Server | NatokHD