IT Training

SQL Server Performance Tuning and Optimization

This course is designed to give the right amount of Internals knowledge and wealth of practical tuning & optimization techniques that you can put into production. This 5-day class offers a comprehensive coverage of SQL Server architecture, indexing and statistics strategies, optimize transaction log operations, tempdb and data file configuration, transactions and isolation levels, and locking …

Qui devrait suivre ce cours?

The primary audience for this course is individuals who develop, administer and maintain on-premise and Azure SQL Server databases and are responsible for optimal performance of SQL Server Instances that they develop or manage.

Prérequis

Students are able to write queries against data and need to ensure optimal execution performance of the workloads.

Introduction into SQL Performance tuning

In a course like this many different topics are discussed, so we start this training by briefly discussing the different topics and show how they relate to each other.

CPU and process scheduling

Sometimes people wonder if their SQL Server needs more CPU power. In this module we see how SQL Server schedules queries to workers for running them on a thread. A very important concept is looking into wait statistics, where we basically learn to ask SQL Server what it’s waiting upon.

  • Threads and workers
  • Worker thread binding
  • Wait statistics analysis
  • LAB: Analyzing wait statistics

IO and database structure

SQL Server stores its data on disk. In this module we discuss how data for regular data structures is stored, how the data can be spread over multiple disks and we discuss common performance pitfalls people encounter when they setup a SQL Server database.

  • Databases in SQL Server
  • Working with Data files
  • Using and configuring Filegroups
  • Log files
  • LAB: Working with databases

Memory use

SQL Server cannot run queries on data stored on disk. It must first be loaded into main memory before it can be used. But how does SQL Server decide how long to cache data in memory, how can we inspect what data is cached right now, and what else besides data is kept in memory? These are the questions we answer in this module.

  • Dynamic memory allocation
  • Memory consumers
  • Monitoring memory consumption
  • LAB: Monitoring memory usage

Data types and tables

When developing the tables within a database we have to take care as well. In this module we discuss the impact that data types have on the size of a row, and bigger rows often result in slower queries. Another thing to worry about are the implicit data type conversions, which can cause SQL Server a lot of extra work, or can even result in SQL Server not being able to use some indexes.

  • Importance of data type selection
  • Storage cost
  • Variable versus fixed length
  • Implicit and explicit data type conversions
  • LAB: Optimizing data types and tables

Indexes and statistics

This is the most important tool to improve SQL Server performance. We first discuss for each of the three basic storage options (heaps, clustered indexes and non-clustered indexes) how the data is stored and the influence of this on SELECT, INSERT, UPDATE and DELETE statements. Then we switch over to how statistics are used by the SQL Server Query Optimizer to decide which index to use when queries are being executed by SQL Server.

  • Heaps
  • Clustered and non-clustered indexes
  • Monitoring allocation units
  • Creating filtered indexes
  • Indexes and statistics
  • Reading statistics
  • How the Query Optimizer uses statistics
  • Using filtered statistics
  • Working with indexed views
  • Configuring delayed durability
  • LAB: Working with clustered, non-clustered indexes and statistics

Query execution and query plans

Having an index is one thing, using the index is another story: how can we see which indexes SQL Server uses and how it’s using them? Execution plans are the answer to that question. We discuss in this part of the training how to get execution plans and how to analyze them. This is done using the traditional techniques we already have in SQL Server for many years as well as with the Query Store, which is new since SQL Server 2016 and is also available in Azure SQL Databases.

  • Execution context
  • Execution plans
  • Plan cache and plan reuse
  • Plan recompilation
  • Parameterization
  • Query store
  • Adaptive Query Processing
  • Automatic regressed plan detection
  • LAB: Analyzing query plans

Index and query tuning

This module combines the skills we gained in the two previous modules. We see how changing queries, indexes and constraints has an influence on the execution plan ad performance of a query.

  • Understanding the query plan operators
  • How to measure query cost
  • Common query tuning techniques
  • LAB: Index and query tuning

Improved cardinality estimator

The SQL Server cardinality estimator uses statistics to make an estimate of the number of rows returned by operations such as joins and filters. These estimates are then used by the query optimizer to build execution plans. Microsoft changed in the 2014 and 2016 version of SQL Server how these estimates are computed. In this module we dive into these changes, discuss the overall benefit of the new estimates, but also discuss how you can keep on using the old ones if they did a better job for certain queries.

  • Cardinality estimates
  • Improvements in the new cardinality estimator
  • Which estimator is used?
  • Discovering slower queries with the Query Store
  • LAB: Monitoring cardinality estimator changes

Concurrency and transactions

A database must store data in a consistent way. But if everybody can change all the data in parallel, we lose transactional consistency. This module discuss how SQL Server provides us with some options for allowing sessions in parallel to access the same data yet keeping this data transactional consistent.

  • Transactions
  • Optimistic versus pessimistic concurrency control
  • Locking and lock types
  • Isolation levels
  • Monitoring locks
  • Deadlocks
  • LAB: Working with transactions and transaction isolation levels

Monitoring SQL Server

To apply performance optimizations in practice we must first monitor the SQL Server to identify the types of performance problems we have. But ideally we start monitor the SQL Server before problems arrive. This way we establish a baseline against which we can compare the monitored values when things start to go wrong. In this module we discuss different types of monitoring tools in SQL Server.

  • Performance monitor
  • Profiler
  • Configuring Extended Event sessions
  • LAB: Configuring Extended Events

Working with ColumnStore indexes

The main usage of ColumnStore indexes is to improve query performance for data warehouses and data marts workloads. This chapter describes how ColumnStore indexes store data in a columnar format instead of the row-based storage that is used by ‘classic’ tables and indexes in SQL Server. Then you will learn how to create columnstore indexes and strategies for using them in On-Premise and Azure SQL Databases.

  • Introduction to columnar data storage
  • Introduction to Rowgroups and segments
  • Creating Clustered ColumnStore Indexes
  • Creating NonClustered ColumnStore Indexes
  • Fragmentation in ColumnStore indexes
  • Real-time Operational Analytics
  • LAB: Working with columnstore indexes

Working with In-Memory OLTP

In-Memory OLTP can significantly improve the performance of transaction processing, data ingestion and data load, and transient data scenarios in SQL Server on-premise and Azure SQL Databases. In-Memory OLTP improves performance of transaction processing tables by removing lock and latch contention between concurrently executing transactions.

  • Planning for In-Memory tables
  • Creating In-Memory tables
  • In-Memory tables and indexes
  • Working with Native Compiled Stored procedures

Informations practiques

Durée

5 Days

Langues

EN

Prix

€ 2 100 + 3% VAT

Emplacement

Virtual Classroom Course

Plannings

Guaranteed to run

Sessions anglophones
26 - 29 Feb & 01 MarRéserver
22 - 26/4/2024Réserver
17 - 21/6/2024Réserver
14 - 18/10/2024Réserver
02 - 06/12/2024Réserver

Partagez ce cours sur

Réservez votre formation

Entrez vos informations pour confirmer votre réservation.

    Test de pré-requis

    Vous cherchez une solution sur mesure ?