Expert Performance Indexing in SQL Server 2019 Toward Faster Results and Lower Maintenance

Take a deep dive into perhaps the single most important facet of good performance: indexes, and how to best use them. Recent updates to SQL Server have made it possible to create indexes in situations that in the past would have prevented their use. Other improvements covered in this book include ne...

Full description

Bibliographic Details
Main Author: Strate, Jason
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:3rd ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03210nmm a2200289 u 4500
001 EB001886190
003 EBX01000000000000001049557
005 00000000000000.0
007 cr|||||||||||||||||||||
008 191202 ||| eng
020 |a 9781484254646 
100 1 |a Strate, Jason 
245 0 0 |a Expert Performance Indexing in SQL Server 2019  |h Elektronische Ressource  |b Toward Faster Results and Lower Maintenance  |c by Jason Strate 
250 |a 3rd ed. 2019 
260 |a Berkeley, CA  |b Apress  |c 2019, 2019 
300 |a XXIII, 615 p. 247 illus  |b online resource 
505 0 |a 1. Index Fundamentals -- 2. Index Storage Fundamentals -- 3. Index Metadata and Statistics -- 4. XML Indexes -- 5. Spatial Indexing -- 6. Indexing Memory-Optimized Tables -- 7. Full-Text Indexing -- 8. Indexing Myths and Best Practices -- 9. Index Maintenance -- 10. Indexing Tools -- 11. Indexing Strategies -- 12. Query Strategies -- 13. Monitoring Indexes -- 14. Index Analysis -- 15. Indexing Methodology 
653 |a Microsoft software 
653 |a Database Management 
653 |a Microsoft and .NET. 
653 |a Microsoft .NET Framework 
653 |a Database management 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
856 4 0 |u https://doi.org/10.1007/978-1-4842-5464-6?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.74 
520 |a Take a deep dive into perhaps the single most important facet of good performance: indexes, and how to best use them. Recent updates to SQL Server have made it possible to create indexes in situations that in the past would have prevented their use. Other improvements covered in this book include new dynamic management views, the ability to pause and resume index maintenance, and the ability to more easily recover from failures during index creation and maintenance operations. This new edition also brings new content around the indexing of columnstore and in-memory tables, showing how these new types of tables and the queries that execute against them can also benefit from good indexing practices. The book begins 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. You will better understand what indexes are doing in the database and what can be done to mitigate and improve their effect on performance. You will get a look at the Index Advisor now available in Azure SQL Database, and learn how to review and maintain the health of your indexes. The final chapters present a guided tour through a number of scenarios showing approaches you can take to investigate, mitigate, and improve the performance of your database. You will: Properly index row store, columnstore, and in-memory tables Review statistics to understand indexing choices made by the optimizer Apply indexing strategies such as covering indexes, included columns, and index intersections Recognize and remove unnecessary indexes Design effective indexes for full-text, spatial, and XML data types Manage the big picture: Encompass all indexes in a database, and all database instances on a server