Align |
---|
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. |