Mic Got

Mic Got

  • 1.5k
  • 97
  • 6.4k

dbContext too slow

Jun 28 2023 6:24 AM

Hi,

I have a problem with a dContext that have many records (100k) and field (70).

I see that 41000 record was processed in 4 hour and 45 minutes!

This is my code:

var sourceRecords = _dbContext.VEstrazioneVendites.ToList();   

My experiences with ado are very different, more fast.

Thanks

 


Answers (6)