-
Notifications
You must be signed in to change notification settings - Fork 294
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
SqlServer Operations too slow in Ubuntu #2280
Comments
Please provide a full repro demonstrating the issue. |
We have figured it out, It was due to MARS set to true if we make it false it is working fine. We can not eliminate MARS so please suggest the best possible way to run it fast in Ubuntu. |
Why is it impossible to remove usage of MARS? Generally I consider any code written to require mars to be bad code. |
We would still need some repro information in order to investigate the issue |
This issue may be a duplicate of #422 |
Closing as duplicate of #422 |
Currently we have one scenario where certain queries getting executed in windows in in 5 seconds and same queries are taking time of more than 2 minutes in Ubuntu linux.
We are using latest version of Microsoft.Data.SqlClient and we have also check that certain posts regarding the same in this repo and it shows that it is fixed but still we are facing this.
Please guide to avoid this slowness in Ubuntu.
The text was updated successfully, but these errors were encountered: