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
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
Very strange issue: when exporting a huge table (18millions rows, 120 columns) with BulkExport, it is randomly closing connection between 2-2.6 millions (7-9 minutes of running).
I've set logging_level to DEBUG, but nothing unusual there: it is showing that PT request is complete, PT connection is closed!
With ViewPoint I can see that I have 5 sessions and all of them are active while data is downloading.
With pyodbc I can download all the 18 millions of rows without any issue (except i must wait half a day)
How can I get the reason of that behaviour?
I have an idea: maybe I recieve only data from one of the 5 sessions? How can I limit those number of sessions to one?
The text was updated successfully, but these errors were encountered:
I've also experienced a similar issue. I can't tell if it's the server closing the connection or on my end. The connection just closes but in reality there are many more records to export. There doesn't seem to be a timeout option that I can tell?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hy!
Very strange issue: when exporting a huge table (18millions rows, 120 columns) with BulkExport, it is randomly closing connection between 2-2.6 millions (7-9 minutes of running).
I've set logging_level to DEBUG, but nothing unusual there: it is showing that PT request is complete, PT connection is closed!
With ViewPoint I can see that I have 5 sessions and all of them are active while data is downloading.
With pyodbc I can download all the 18 millions of rows without any issue (except i must wait half a day)
How can I get the reason of that behaviour?
I have an idea: maybe I recieve only data from one of the 5 sessions? How can I limit those number of sessions to one?
The text was updated successfully, but these errors were encountered: