Comment on Handling Growth with PostgresparentComments−taligent13ySure my use case is simple and common for even the smallest startups:I want my app to work in multiple Amazon EC2 regions.−simonw13yWhat's wrong with the replication built in to PostgreSQL 9?−lengarvey13yWhy are you thinking about this when you're not even sure that your app will need to run on multiple EC2 regions? This smells like premature optimisation to me.
Comments
Sure my use case is simple and common for even the smallest startups:
I want my app to work in multiple Amazon EC2 regions.
What's wrong with the replication built in to PostgreSQL 9?
Why are you thinking about this when you're not even sure that your app will need to run on multiple EC2 regions? This smells like premature optimisation to me.