Hi, I’m using Postgres as my source and destinatio...
# ask-community-for-troubleshooting
s
Hi, I’m using Postgres as my source and destination db, hosted on Azure, but the sync of merely 10-12 records is taking over a minute. Is there a way I could boost this process?
👀 1
1
u
Hi @Srivallabh this probably due to some overheads related to the trigger of a job, even if there's no data launching the full sync takes a bit of time. What would be the advantage of boosting the process? Our minimum scheduling interval is 5minutes
s
But why should a small sync job take around a minute to complete
u
You should check in how much time you get your records written to the DB because it might be already done before the UI tells you its finish. If you're using normalization this process takes a bit of time to boot and finish.
s
Okay, I’ll check this