Please enable JavaScript.
Coggle requires JavaScript to display documents.
Indexes - Coggle Diagram
Indexes
-
Types
B-Tree
values are stored in order, and each leaf page is the same distance from the root
-
-
-
Hash
-
Limitations
-
support only equality comparisons that use the =, IN(), and <=> operators
-
-
-
-
-
-
allow to perform fast, targeted data retrieval rather than simply scanning though the entire table