0

I am trying to improve insert performance to a SQL Server Database table using Python. (First step taken is instead of row by row insert, prepare a bulk statement.)

After going through driver support documentation ( https://github.com/mkleehammer/pyodbc/wiki/Driver-support-for-fast_executemany ), four of the below mentioned drivers deliver the same performance.

SQL Server Native Client 11.0 ODBC Driver 13 for SQL Server ODBC Driver 17 for SQL Server SQL Server

Could someone please clear my doubt - why it could be so?

Kind regards,

Manoj.

4

0 回答 0