Replies: 1 comment 5 replies
-
I built an ODBC app in Delphi to test out how quick the BCP API would be vs the fast_executemany for the same table in an azure database. Ran from the same machine, I get 330 rows/second for fast_executemany and close to 5000 rows/second using the BCP API. I will see if I can attempt to add those BCP extensions to pyODBC |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering what sort of throughput people get for inserting data into an Azure SQL Server via ODBC from remote? It's loading for me about 1000 rows every 3 seconds which is painfully slow when I have 6M rows to load. It seems to be using fast_executemany when I've traced through. Does anybody have any ideas to help speed this up?
I know the BCP APIs are missing at present, but I was wondering if I might have better success with those?
Beta Was this translation helpful? Give feedback.
All reactions