SQL Server Query Performance Tuning,(5/e-9781484238875)

Grant Fritchey

  • 出版商: Apress
  • 出版日期: 2014-08-28
  • 售價: $2,160
  • 貴賓價: 9.5$2,052
  • 語言: 英文
  • 頁數: 612
  • 裝訂: Paperback
  • ISBN: 1430267437
  • ISBN-13: 9781430267430
  • 相關分類: MSSQLSQL
  • 已過版

買這商品的人也買了...

商品描述

Queries not running fast enough? Wondering about the in-memory database features in 2014? Tired of phone calls from frustrated users? Grant Fritchey’s book SQL Server Query Performance Tuning is the answer to your SQL Server query performance problems. The book is revised to cover the very latest in performance optimization features and techniques, especially including the newly-added, in-memory database features formerly known under the code name Project Hekaton. This book provides the tools you need to approach your queries with performance in mind.

SQL Server Query Performance Tuning leads you through understanding the causes of poor performance, how to identify them, and how to fix them. You’ll learn to be proactive in establishing performance baselines using tools like Performance Monitor and Extended Events. You’ll learn to recognize bottlenecks and defuse them before the phone rings. You’ll learn some quick solutions too, but emphasis is on designing for performance and getting it right, and upon heading off trouble before it occurs. Delight your users. Silence that ringing phone. Put the principles and lessons from SQL Server Query Performance Tuning into practice today.

  • Covers the in-memory features from Project Hekaton
  • Helps establish performance baselines and monitor against them
  • Guides in troubleshooting and eliminating of bottlenecks that frustrate users

     

What you’ll learn

  • Establish performance baselines and monitor against them
  • Recognize and eliminate bottlenecks leading to slow performance
  • Deploy quick fixes when needed, following up with long term solutions
  • Implement best-practices in T-SQL so as to minimize performance risk
  • Design in the performance that you need through careful query and index design
  • Take advantage of the very latest performance optimization features in SQL Server 2014
  • Understand the new, in-memory database features formerly code-named as Project Hekaton

     

Who this book is for

SQL Server Query Performance Tuning is aimed at developers and database administrators having responsibility for application performance in SQL Server environments. Programmers and administrators alike will find the book a trove of good insight into bottlenecks, how to recognize them, how to eliminated them. SQL Server Query Performance Tuning provides the tools and techniques readers need to create good-performing applications that delight their users.

Table of Contents

1. SQL Query Performance Tuning

2. Memory Performance Analysis

3. Disk Performance Analysis

4. CPU Performance Analysis

5. Creating a Baseline

6. SQL Query Performance

7. SQL Query Performance

8. Index Architecture and Behavior

9. Index Analysis

10. Database Engine Tuning Advisor

11. Key Lookups and Solutions

12. Statistics, Data Distribution, and Cardinality

13. Index Fragmentation

14. Execution Plan Generation

15. Execution Plan Cache Behavior

16. Parameter Sniffing

17. Query Recompilation

18. Query Design Analysis

19. Reduce Query Resource Use

20. Blocking and Blocked Processes

21. Causes and Solutions for Deadlocks

22. Row-By-Row Processing

23. Memory-Optimized OLTP Tables and Procedures

24. Database Performance Testing

25. Database Workload Optimization

26. SQL Server Optimization Checklist