Align |
---|
The fetcher FETCHER process is optional and is not needed when the mine MINE runs on the primary server. Using the fetcher FETCHER process is referred to as the Dbvisit Replicate 3 tier architecture. Dbvisit Replicate 3 tier architecture with theFetcherFETCHER processThe 3-tier architecture is used to offload the mine MINE process to another server (downstream mineMINE). The processes in the 3-tier architecture are:
All 3 processes can be run on different operating systems and are platform independent. The mine 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 FETCHER process is very useful. It runs on the source database, reading the redo logs and sending them to mine MINE process, which is running on a different machine.
All of the resource-consuming work of parsing the redo logs, writing the plogs PLOGS and sending them to apply APPLY is done by the mine MINE process. |
Page Comparison
General
Content
Integrations