Y
Hacker News
new
|
ask
|
show
|
jobs
by
huijzer
986 days ago
How big are your apps? Wouldn’t the most simple and reliable way be to get one beefy MySQL server and let all the app instances connect to that?
1 comments
zeroCalories
986 days ago
One large VM won't give you replication/sharding, failover, or backups.
link
Aeolun
986 days ago
With one large VM, for most use cases, you do not need anything but the backups.
link
zeroCalories
985 days ago
Sure, if your workload is small and you have a SLA of "it will be fine."
link
Aeolun
984 days ago
Most businesses do not need an SLA on ther webservice beyond ‘call us if it doesn’t work’.
link