Replies: 1 comment 1 reply
-
Thanks for opening a discussion! The reason this is likely slow is all the conversion that's happening.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I am experiencing very slow data upload on MS SQL Server, both when i create a table or insert data to an existing one.
The table in question is 1.1 million rows, 250MB as a csv or 65MB as a duckdb. I have tried both uploading it in full and in batches. I had to terminate both because it was taking too long.
On azure there are 9GB of free space. Any idea of why is this happening?
Here's the code:
Beta Was this translation helpful? Give feedback.
All reactions