I am trying to synchronize data between DB2(in AS400) and SQL Server using SymmetricDS. I have configured DB2 as my master node and SQL server as client node. I have started my master node with the following command
sym --engine server --port 8084
It is taking nearly 50 minutes to start up. It spends a lot of time in two places while starting.
Is this normal behavior or do I need to do something to make the startup faster?
The behaviour is normal, but the performance of your database seems not. A DBA should take a look at it and fix the issues.