multithreading - Reading from a very large table using multiple threads (Java ) and writing them to a single file -
i facing situation have table 80 millions data , have take dump of table , store csv file. using not professional approach( perl script+dbi interface , printing values stdout , redirecting csv file). planning use java threading approach. can suggest way forward. in advance
Comments
Post a Comment