1

I have got a MySQL table, call it TEST, which already has some 500K rows of data. I wish to append new rows present in the text file, say ABCD.txt, to TEST. The file ABCD.txt also has some 700K rows of data.

I can think of a solution which is exporting data in a txt file from TEST, merging it with ABCD.txt and finally uploading it back in TEST.

Is there another way I can do that efficiently?

P.S. --> I am using command line to load data into TEST

Thanks Neeraj

Dan Guzman
  • 35,410
  • 3
  • 30
  • 55

0 Answers0