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

Microsoft.AspNet.SignalR.SqlServer: setting TableCount in SqlScaleoutConfiguration to > 1 results in very poor performance #4674

Open
doboczyakos opened this issue May 5, 2023 · 0 comments

Comments

@doboczyakos
Copy link

Expected behavior

Same response time when TableCount = 1 and TableCount = 10

Actual behavior

Response time is cca 100x higher when TableCount = 10

Steps to reproduce

Send messages by a SignalR hub with SQL backplane to a client
Measure the time between the message is given to the hub and arrives at the client
Set TableCount to 10 and do the same measurement

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