TUniLoader and multithreading
Posted: Mon 12 May 2014 14:22
1) I guess when I insert data into e.g. 3 tables, I should use 3 threads where each thread has a TUniConnection and a TUniLoader for max. performance, right?
2) will this approach also increase performance (or work at all) when I have e.g. 2 threads, each with a TUniConnection and a TUniLoader, that insert data into the SAME table?
2) will this approach also increase performance (or work at all) when I have e.g. 2 threads, each with a TUniConnection and a TUniLoader, that insert data into the SAME table?