What is the best way to import large files of data from another instance. The file size is 1.4 GB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 08:55 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 09:00 AM
HI,
Are you importing using which protocol?
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 09:10 AM
We are exporting from PROD using xml files

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020 09:06 AM
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.