Do you have multiple tables? You could try isolating each stream into a separate sync job to help performance. Would you be able to share the sync log so I can see where the bottleneck might be happening? Are there any other performance metrics you could share that we could use as a benchmark?
Could you share logs for an individual sync? I see that you’ve combined logs from different syncs in one file, and that is difficult to decipher.
I spoke to the engineering team and their opinion is that an upgrade from 0.40.2 to 1.0.4 probably included many changes that traded speed for stability.
I allocated the memory with this command update connection set resource_requirements = '{"cpu_limit": "1", "cpu_request": "1", "memory_limit": "4Gi", "memory_request": "4Gi"}' where id = '5dc1787f-cfc0-4411-a2c6-4423d0ddff29';
Got feedback from the engineering team: the throughput of 2K-3K rows per second that you are getting is within the normal range of our database connector. Unfortunately there’s no current or obvious way to speed up the connection.