We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cc: @vladislav-kir, @sethdaily
Hi @adamcogan,
Currently, DbContext is initialized for each web request which can put a lot of stress on SQL Server when under load. This could
Adding DbContextPool can improve the system's stability and reliability in the long run with fairly little effort.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cc: @vladislav-kir, @sethdaily
Hi @adamcogan,
Pain
Currently, DbContext is initialized for each web request which can put a lot of stress on SQL Server when under load. This could
Suggested Solution
Adding DbContextPool can improve the system's stability and reliability in the long run with fairly little effort.
Tasks
Acceptance Criteria
Thanks!
The text was updated successfully, but these errors were encountered: