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

Load-test of Async: Slow or Errors #1081

Open
brentarias opened this issue Jul 25, 2018 · 1 comment
Open

Load-test of Async: Slow or Errors #1081

brentarias opened this issue Jul 25, 2018 · 1 comment

Comments

@brentarias
Copy link

I wrote a question on StackOverflow about horrible performance with Dapper being used asynchronously. Originally I thought the problem had little relationship to Dapper. But the more I tested, the more the results pointed to Dapper.

I've revised the StackOverflow question accordingly - but this is why the question is posted on SO instead of here. Now that I think it is a Dapper problem, I'm making this issue point to the SO post.

@mrtristan
Copy link

any updates on your experiment? as a much less scientific / high level profiling experiment, I'm profiling my database connection and seeing single digit ms response times but when dotTraceing the app i'm seeing multiple seconds of total code execution around Dapper.SqlMapper+<QueryRowAsync>

Are you saying if I convert things to not be async that it's magically faster?

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