Indexes and multi-column indexes

January 0001 · 1 minute read

What is an index ?

An index is a B-Tree. Each leave of the tree contains a tuple (value, pointer to the row).

Multi column indexes

Different types of indexes and their use case