C#C
C#3y ago
Tvde1

EF Core cursor problem [Assistance needed]

you should take the generated query and inspect its execution plan. You are probably missing some indexes on columns you're using to search on
Was this page helpful?