Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYTDS connection time out. #1331

Open
fredkingham opened this issue Nov 21, 2022 · 1 comment
Open

PYTDS connection time out. #1331

fredkingham opened this issue Nov 21, 2022 · 1 comment

Comments

@fredkingham
Copy link
Contributor

While working on the transfer history loader locally connecting to the server just hung and did not do anything.

We also had the issue of long running jobs just hanging. I experimented with adding a default connection time out on the pytds-timeout branch and the issue went away.

@takoau
Copy link

takoau commented Feb 17, 2023

Is that a memory issue? The downside of pure Python TDS implementation is the overhead on data structure.

Could you also provide the data volume and how you move the data? Using bulk copy or simple insert?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants