Please enable JavaScript.
Coggle requires JavaScript to display documents.
Indexes - Coggle Diagram
Indexes
-
Database Index
-
-
-
users cannot see the indexes, they are just used to speed up queries
-
Types of Indexes
-
-
Hash Indexes
-
-
Storage
Engine
-
the index will store their row pointers in the
same hash table entry, using a linked list
Full-Text Indexes
-
Methods
Can be created for a text, char, varchar
-
-
-
Basics of Index Creation
a clustered or nonclustered index, with nonclustered
being the default type
-
Allows the SQL Server engine to perfom fast, targeted data retrieval rather than simply scanning though the entire table