...
Dbvisit Replicate keeps a connection to the source (for mine and fetcher) or target (apply) database.Console keeps connection to both of them, but only if it is used to change the configuration.
Info | ||
---|---|---|
| ||
|
This ensures that when Replicate is running on a node, it is connecting to one instance only.This limits its dependencies to current node only. The database load imposed by mine is very low on source, so no load balancing is needed. Apply currently executes only one SQL at a time, so the load is also not high – but this will change in the future.
...