Session 1: SQL Server Optimizer: deeper dive!

Поделиться
HTML-код
  • Опубликовано: 12 окт 2024
  • In this session, we will dive deeper into the sql server optimizer which is responsible for generating execution plans and greatly impact SQL Server performance.
    Chapters
    0:17 - Query execution workflow
    4:15 - Parsing, binding and algebraic tree
    5:28 - Optimizer internal steps
    5:57 - Simplification
    8:10 - Trivial plan
    9:07 - Statistics loading
    9:50 - Join ordering
    12:05 - Stage 0, Stage 1 and Stage 2
    12:55 - Useful traceflags to inspect optimizer
    13:42 - dm_exec_query_optimizer_info
    🧑‍💼►Follow me on LinkedIn - / bobirmirzo-arslanov-54...
    🚀►Github for queries: github.com/Bob...
    Watch all my playlists here:
    🚀►Full course on Troubleshooting sessions: • Troubleshooting
    🚀►Full course on Encrypting connections to SQL Server- • Full course on Encrypt...
    🚀 ►SQL Server replication session: • SQL Server replication
    🚀 ►SQL Server Always On Availability Group: • SQL Server Always On A...
    🚀 ► SQL Server internals: • SQL Internals
    🚀 ► Course in On-memory OLTP: • Course on In-Memory OLTP

Комментарии • 9

  • @arslanov1886
    @arslanov1886  8 дней назад

    Please increase the voice in these series so that you can hear it more clearly. The voice decreased accidentally while editing.

  • @venkataanilkumar4004
    @venkataanilkumar4004 14 дней назад +1

    Hello Arslanov, Thank you for all your sessions. I am learning from them. May you do some videos on Merge Replication and troubleshooting issues. Please
    Also I am unable to view all four videos in this crash course. And how to attend the live sessions of yours?

    • @arslanov1886
      @arslanov1886  11 дней назад

      Sure will do.
      Currently, I am not doing live sessions. But I have plans for the future

  • @nandakishorereddy5398
    @nandakishorereddy5398 8 дней назад

    Really appreciate the effort you are putting in, the content and concepts are clearly explained.
    But I can barely hear your voice in all of your videos. Tried multiple devices, its same.

    • @arslanov1886
      @arslanov1886  8 дней назад

      Sorry. My voice has accidently been decreased. Have you tried to increase the voice in youtube? if you increase it, you can hear it clearly. I checked.
      I cannot replace the video without deleting completely. Sorry about this

    • @nandakishorereddy5398
      @nandakishorereddy5398 8 дней назад +1

      @@arslanov1886 No problem, I used an external speaker 🔊 🔊 😂

    • @arslanov1886
      @arslanov1886  6 дней назад

      Thank you for your interest in my videos!

  • @Toan.nguyen17
    @Toan.nguyen17 13 дней назад

    Could you recommend me a book to deeper dive into sql server ?

    • @arslanov1886
      @arslanov1886  11 дней назад

      Sorry. I usually do not use books as they are difficult to understand. Instead I go through MS docs