Hi all,
I have text file with 700,000 lines. I am dividing the file into 8 different files and loading into sybase table using
jdbc. The file0
thread is taking around 10 hrs to transfer the data and remaing threads (file1 to file 8) are taking only 2 hrs to complete. why is this happening? Am I doing any thing wrong. Text file and sybase are on the same server.
Thanks.