Scaling horizontally
- Replicating to spread the read-load. "replication lag"
- Some kind of partitioning.
- Putting different tables on different servers.
- Splitting a table horizontally or vertically.
- ---
- Scaling horizontally means our data is not consistent any more.