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!
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!