Align |
---|
The fetcher process is optional and is not needed when the mine runs on the primary server. Using the fetcher process is referred to as the Dbvisit Replicate 3 tier architecture Dbvisit Replicate 3 tier architecture with the Fetcher processThe 3-tier architecture is used to offload the mine process to another server (downstream mine). The processes in the 3-tier architecture are:
All 3 processes can be run on different operating systems and are platform independent. The mine processes imposes a certain load on the source database when parsing the redo logs (CPU and memory). This maybe around 5% and may not be desirable in certain environments. This is when the Fetcher process is very useful. It runs on the source database, reading the redo logs and sending them to mine process, which is running on a different machine.
All of the resource-consuming work of parsing the redo logs, writing the plogs and sending them to apply is done by the mine process. |
Page Comparison
General
Content
Integrations