i have some problem in conversion or writing dbf files with a big amount of data. I use jdbf library and it provides an array solution for writing all the data. While i run a small amount of data, it really works fast. But, the problem is, i usually use this conversion to write a huge data (almost 2 million rows for each request).
I try to use threads, but in writing file only can be written for once. Is there any solution for me? Thanks for any answer.