0%

Book Description

Expert Performance Indexing for SQL Server 2012 is a deep dive into perhaps the single-most important facet of good performance: indexes, and how to best use them. The book begins in the shallow waters with explanations of the types of indexes and how they are stored in databases. Moving deeper into the topic, and further into the book, you will look at the statistics that are accumulated both by indexes and on indexes. All of this will help you progress towards properly achieving your database performance goals.

What you'll learn from Expert Performance Indexing for SQL Server 2012 will help you understand what indexes are doing in the database and what can be done to mitigate and improve their effects on performance. The final destination is a guided tour through a number of real-world scenarios and approaches that can be taken to investigate, mitigate, and improve the performance of your database.

  • Defines indexes and provides an understanding of their role

  • Uncovers and explains the statistics that are kept in indexes

  • Teaches strategies and approaches for indexing databases

  • What you'll learn

  • Fully understand the index types at your disposal

  • Recognize and remove unnecessary indexes

  • Review statistics to understand indexing choices made by the optimizer

  • Properly apply strategies such as covering indexes, included columns, index intersections, and more

  • Write queries to make good use of the indexes already in place

  • Design effective indexes for full-text, spatial, and XML data types

  • Manage the big picture: Encompassing all indexes in a database, and all database instances on a server

  • Who this book is for

    Expert Performance Indexing for SQL Server 2012 is intended for database administrators and developers who are ready to boost the performance of their environments without the need to go in blindly building indexes.

    Table of Contents

    1. Title
    2. Dedication
    3. Contents at a glance
    4. Contents
    5. About the Authors
    6. About the Technical Reviewers
    7. Acknowledgments
    8. Introduction
    9.   Chapter 1: Index Fundamentals
      1. Why Build Indexes?
      2. Major Index Types
      3. Other Index Types
      4. Index Variations
      5. Compression and Indexing
      6. Index Data Definition Language
      7. Index Meta Data
      8. Summary
    10.   Chapter 2: Index Storage Fundamentals
      1. Storage Basics
      2. Page Types
      3. Organizing Pages
      4. Examining Pages
      5. Page Fragmentation
      6. Index Characteristics
      7. Summary
    11.   Chapter 3: Index Statistics
      1. Index-Level Statistics
      2. Usage Statistics
      3. Operational Statistics
      4. Physical Statistics
      5. Summary
    12.   Chapter 4: XML, Spatial, and Full-Text Indexing
      1. XML Indexing
      2. Spatial Data Indexing
      3. Full-Text Indexing
      4. Summary
    13.   Chapter 5: Index Myths and Best Practices
      1. Index Myths
      2. Index Best Practices
      3. Summary
    14.   Chapter 6: Index Maintenance
      1. Index Fragmentation
      2. Index Statistics Maintenance
      3. Summary
    15.   Chapter 7: Indexing Tools
      1. Missing Index DMOs
      2. Database Engine Tuning Advisor
      3. Summary
    16.   Chapter 8: Index Strategies
      1. Heaps
      2. Clustered Indexes
      3. Non-Clustered Indexes
      4. ColumnStore Index
      5. Index Storage Strategies
      6. Indexed Views
      7. Summary
    17.   Chapter 9: Query Strategies
      1. LIKE Comparison
      2. Concatenation
      3. Computed Columns
      4. Scalar Functions
      5. Data Conversion
      6. Summary
    18.   Chapter 10: Index Analysis
      1. Indexing Method
      2. Monitor
      3. Analyze
      4. Implement
      5. Repeat
      6. Summary
    19. Index
    13.59.237.58