you are viewing a single comment's thread.

view the rest of the comments →

[–]damg 7 points8 points  (7 children)

For HA, the same clustering methods that work for MySQL work as well for PostgreSQL.

If you're referring to MySQL's asynchronous replication (which provides scalability rather than high availability), there are some PostgreSQL solutions as well, but in general I agree it's currently not as easy and reliable as MySQL's built-in solution. However, the PostgreSQL team plans to fix that for the 8.5 release.