Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pbowyer
on March 9, 2021
|
parent
|
context
|
favorite
| on:
Best practices can slow your application down
Would this cope with needing to replicate the web server onto another machine as well, for cloud-level reliability?
Rather than
web + local db <-----> rds
you end up with
web + local db <-\ |--> rds web + local db <-/
At which point the two masters plus a RDS slave is something I don't know if it's feasible.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Rather than
you end up with At which point the two masters plus a RDS slave is something I don't know if it's feasible.