6
Answers

dbContext too slow

Mic Got

Mic Got

1y
701
1

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)