Entity Framework count slow with TAKE(number)

前端 未结 0 713
既然无缘
既然无缘 2021-01-26 09:33

In my table there are 4000 rows.

When I use context.table.Count(), the result is returned in less than 1 minute, but when I use context.table.Take(500)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题