So..
Let's suppose I want to create a Followers table in a relational database.
We'd have id, folower_id, folowee_id, created_at
If a user has 1million followers, we could have performance issues depending on the query we'd use here.
The idea then is...