2 posts / 0 new
Last post
DBSync is slow marking deletions in data
DBSync is pretty slow in marking deleted records on Database, Can this be somehow configured to be faster?
You voted 5. Total votes: 1001

The tool by default checks for deletions on Salesforce for past 24 hours. This can be reduced so the tool queries for each hour or less, since the incremental runs would be scheduled to run very often say every 30 minutes or every hour.
The default property value is deleted.query.days=1 stored in system.properties file located at <<install-dir>>\dbsync-cdm\WEB-INF\db\conf, the value can be changed to query deletions for past hour by setting it to 0.0416.

You voted 5. Total votes: 894