...
If the mine and apply process have a slow network connection between them, consider using PREPARE OFFILE.
...
This can only be used when apply and mine processes are NOT running. The apply and mine process will pickup the new tables on the next start.
Note |
---|
PREPARE OFFLINE cannot be used while apply and mine are running. Pausing and then resuming the processes is not sufficient neither. |
The advantage with PREPARE OFFLINE is when there is a slow network between the mine and apply process and timeouts can occur if a connection has to be made to both mine and apply to instruct them to replicate the new object.
...