Duplicate Elimination
Considers the cost difference between evicting a single page (singlet) and a duplicate page.
Duplicate pages eliminated first since they are cheep to fetch.
2 LRU lists: singlets and duplicates
Increases the percentage of database in memory.
Main Drawback: hot duplicate page is replaced before a cold singlet.
But how do we keep track of duplicates?