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

We may be affected by a SQL Server performance issue with large binary data #1133

Open
kbaley opened this issue Dec 19, 2022 · 0 comments
Open

Comments

@kbaley
Copy link
Contributor

kbaley commented Dec 19, 2022

The following bug was identified in the SqlClient: dotnet/SqlClient#593

From the issue:

Reading a 10MB VARBINARY(MAX) value asynchronously takes around 5 seconds my machine, while doing the same synchronously takes around 20ms. Increasing the data size to 20MB increases the running time to around 52 seconds.

We haven't received reports that it affects us possibly because the threshold is high and we recommend not having messages that size (or even a tenth of that size). This issue is to track whether users are affected by this bug in case there is something we can do to work around it in the short term.

See also:

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

1 participant