Hacker News new | ask | show | jobs
by _navaneethan 3619 days ago
From this article, Can i assume the below point?

why postgres is designed such a way of "physical replication" rather than the design of mysql's ONLY "logical replication"?

Because postgres empowering data integrity with help of forceful constraints.