2
votes
votes
12 answers
Loading millions of rows of data from MySQL database into C# application
I have to load in millions of rows of data from MySQL database into a C# application. It takes more than 5 minutes for the complete set of data to be loaded. Does it make sense to do multi-threading for my case? If yes, how should I do it? ...
