November 2015
Beginner
464 pages
9h 46m
English
PostgreSQL provides enterprise-level services which guarantee the continuation of the business.
Replication allows data from one database server to be replicated to another server. Replication is used mainly to achieve the following:
PostgreSQL supports replication out of the box via streaming replication. Streaming replication is a master-slave replication that uses file-based log shipping. Streaming replication is a binary replication technique, because SQL statements are not analyzed. It is ...
Read now
Unlock full access