Asp.net – Filtering data within date range based on record data is always timing out using EF Core. Am I doing something that causes such poor performance?
I have a test which many records over time. I am using Postgresql to store these tests and records and I want to be able to search for tests that have records that fall within a certain time range. A…