> For the complete documentation index, see [llms.txt](https://til.notdu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.notdu.com/database/intro-to-database-systems/tree-indexes-i/non-unique-indexes.md).

# Non-Unique indexes

\#1: Duplicate Keys

-> Use the same leaf node layout but store duplicate keys multiple times.

\#2: \_> Store each key only once and maintain a linked list of unique values.
