Postgres ODBC Insert not Batching ...
Posted: Tue 26 Jul 2016 01:57
I've setup a simple connection from SSIS to a Postgres db hosted in the cloud on Heroku. Reads are great, very fast, but when I try and insert data it doesn't seem to be batching, and that's very slow. MS documentation states that if the provider doesn't support batching then SSIS will automatically shift into row by row inserts which is what I'm seeing. Apparently windows/ssis doesn't think the driver supports batching.
My question is if anyone on the support team or in the community can point me in the right direction. Is there some configuration that I'm missing? Is there another Postgres driver I should be using?
Any help would be greatly appreciated, thanks.
My question is if anyone on the support team or in the community can point me in the right direction. Is there some configuration that I'm missing? Is there another Postgres driver I should be using?
Any help would be greatly appreciated, thanks.