Hot pages
What if one page gets popular?
- cache responsible for it gets swamped
Use tree of caches (e.g. harvest, DNS)?
- cache at root gets swamped
Use a different tree for each page
- build using consistent hashing
Balances load for hot pages and servers