Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering the Basics of SQL Server Query Optimization, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:26
    An Introduction to This Course
  • Урок 2. 00:01:16
    The SQL Engine
  • Урок 3. 00:01:30
    The Query Processing Process
  • Урок 4. 00:01:44
    The Search Space
  • Урок 5. 00:01:32
    Whats In the Cost
  • Урок 6. 00:01:20
    Plan Cache Reuse
  • Урок 7. 00:00:51
    What Causes Recompilation
  • Урок 8. 00:04:02
    Terminology
  • Урок 9. 00:02:34
    Anatomy of Execution Plan
  • Урок 10. 00:01:37
    Execution Plan Output Options
  • Урок 11. 00:01:56
    Scan VS Seek
  • Урок 12. 00:02:09
    Scanning Demos
  • Урок 13. 00:03:06
    Seeking Demos
  • Урок 14. 00:04:08
    The Bookmark Lookup
  • Урок 15. 00:02:02
    Aggregations
  • Урок 16. 00:03:05
    Hash Match Operator
  • Урок 17. 00:01:54
    Joins - The Nested Loop
  • Урок 18. 00:01:25
    Joins - The Merge Join
  • Урок 19. 00:01:17
    Joins - The Hash Join
  • Урок 20. 00:01:13
    Parallelism Introduction
  • Урок 21. 00:01:35
    Statistics Contain 3 Key Pieces of Information in DBCC SHOW_STATISTICS
  • Урок 22. 00:04:24
    Anatomy of a Statistic Header,Vector and Histogram
  • Урок 23. 00:01:17
    Out of Date Statistics
  • Урок 24. 00:01:16
    Stale Statistics Demo
  • Урок 25. 00:01:25
    Maintaining Statistics
  • Урок 26. 00:04:35
    Setting Up Statistics Maintenance Job
  • Урок 27. 00:03:23
    The Scan On Large Tables
  • Урок 28. 00:02:46
    Using SET STATISTICS IO ON
  • Урок 29. 00:02:44
    Non-Clustered Indexes on Heaps
  • Урок 30. 00:03:29
    The No Good Sort Operator
  • Урок 31. 00:02:00
    Unwinding The Spool