What are the suggestion in how to load tables over 15 millions rows using CData Sync? The data source is ServiceNow and the destination is SQL Server. I changed the sync.exe.config to
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" />
</startup>
<!-- You can add some Java JVM parameters here. This is for Java application only.
<appSettings>
<add key="JAVA_OPTS" value="" />
</appSettings>
-->
<appSettings>
<add key="JAVA_OPTS" value="-Xms2g -Xmx50g"/>
</appSettings>
</configuration>
Also, I changed the timeout of the jobs to 6200.