What is a Database Index?
A data structure that improves the speed of data retrieval operations on a database table at the cost of additional writes and storage space.
What are Indexes used for?
Indexes are used to quickly locate data without having to search every row in a database table every time a database table is accessed.
What is an ordered Binary Tree?
2. Each node has a value and up to two children
What is Cardinality of an index?
the number of distinct values
Why is an Index of high cardinality of more value?
Discriminates better.