News

This has been a very frustrating experience. I've got two cloud servers running Ubuntu 13.04 and PostgreSQL 9.2. I've primarily used this blog post to aid me in setting things up. However, to do ...
The secret sauce to PostgreSQL 9.0’s extremely reliable WAL based replication is a set of enhancements to efficiently stream very small WAL segments compared to earlier versions. Like MySQL there are ...
Postgres offers various replication options to enhance scalability and fault tolerance, such as the following: Streaming replication. PostgreSQL supports asynchronous streaming replication, where ...