dario-hd
dario-hd
We noticed that the top queries executed on our DB cluster on production are from hangfire:  The CPU usage from hangfire it's almost the same as our whole platform....
I was wondering if the new EF Core 2.1 [Query Types](https://docs.microsoft.com/en-us/ef/core/modeling/query-types) feature is supported. I tried to this: ``` public partial class MyContext { public void SetFilters(long tenantId) { this.Filter(q...
We are currently running multiple instances of our dockerized main application on .NET 6 using EF core with Postgres running on AWS RDS Aurora and we are using connection pooling...