I believe there's a performance regression in query plan compilation under load with EF 6.4.4 on .Net Core 3.1. We run a somewhat active web application. We have recently upgraded it from net48 and EF ...
EF Core 3.1.0 query generated is not optimized when the global filter is applied. If two tables are joined then SQL generated for the joined table when a global the filter is applied selects all ...