What is the best way to import large files of data from another instance. The file size is 1.4 GB.

pagdenl
Giga Expert

What is the best way to import large files of data from another instance. The file size is 1.4 GB.  Currently when we download the file to the instance it is erroring out for the size.  

10 REPLIES 10

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


Are you importing using which protocol?

Thanks,

Ashutosh

We are exporting from PROD using xml files

Hi,

find_real_file.png

This is the limit. Dont change this. Instead use Pagination meaning export in chunk.


THanks,
Ashutosh

 

 

Ct111
Giga Sage

I would suggest break data into chunks of let's say there is a file with 1000k records

then break it into 10 chunks of 100k ....

 

in the similar fashion just see if you can load some small sample data first , because it will take time anyhow.