The goal of this book is to help improve SQL database performance through the use of indexes. To accomplish this, the purpose and use of indexes will be introduced. This will lead to a discussion of how data is stored in indexes, focusing on clustered, non-clustered, and columnstore indexes. We will also explore heaps. Indexing is a key component in any database, whether it is stored on premises or in Azure (or another cloud service).
This chapter ...