Sql Server Indexes All Notes

HKN MZ
8 min readApr 15, 2024

Indexes in SQL Server are data structures that improve the speed of data retrieval operations on tables by providing quick access paths to the data. They help speed up SELECT, UPDATE, DELETE, and MERGE statements by reducing the number of data pages that need to be read.

Types of Indexes:

Clustered Index: Determines the physical order of data in the table. Each table can have only one…

--

--

HKN MZ

I am writing about Sql Server, Elasticsearch and Python. İ am an Database Administrator on SQL Server and Elasticsearch more than 5+ years.