Skip to main content
Tungsten Replicator

Deploying the PostgreSQL Applier

Deployment of replication to PostgreSQL service operates as follows:

  • Service Alpha on the Extractor, extracts the information from the MySQL binary log into THL.
  • Service Alpha on the Applier reads the information from the remote replicator as THL, and applies that to PostgreSQL using a standard JDBC driver by constructing PostgreSQL compatible SQL to insert, update and delete the target data.
Topologies: Replicating to PostgreSQL
Topologies: Replicating to PostgreSQL

The two replication services can operate on the same machine, (See "Install Multiple Replicators") or they can be installed on two different machines.