You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please share the full code to export dataframe to database..
i have 10300000 rows and df.to_sql is working very very slow.. i need a fast performance code..
df.to_sql is very slow, and takes hours, when connecting to sql server using sql alchemy connection
https://github.com/mkleehammer/pyodbc/wiki/Features-beyond-the-DB-API#fast_executemany
Performance is much faster after using fast_executemany
Can enable fast_executemany in to_sql implementation for SQL Server
The text was updated successfully, but these errors were encountered: