Let we say you are running your business on top of postgresql database. After some time you get so much traffic that it cannot be handled by single postgresql instance, so you want to add more instances (scale it horizontally) to be able to handle growth.
Your data is relational, so probably switching to some key/value solution is not an option.
How would you do it with postgresql?
PS. Postgresql version: 9.5