Indexing
An index is a data structure which allows you to quickly retrieve records from a database object by creating pointers that point to where data is stored. It’s typically stored in a key-value format where the key is the field or column (sorted) and the value is the pointer(s).
![[Assets/index_example.png|800]] Image courtesy of dataschool.com