- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2015 06:11 AM
For LDAP, ServiceNow recommends 1000 records/ import. Is it the same for normal imports?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2015 10:13 AM
Hello Sudharsan,
Importing Very Large Data Sets : When very large data sets are imported in a single job.
Symptoms: The import job takes a long time to complete.
How to avoid this: Break a very large data set into multiple, smaller jobs for faster results. Consider import sets under 100,000 records as a guideline. For example, importing 10 sets of 100,000 records completes faster than one import of 1 million records even though the total data imported is the same.
http://wiki.servicenow.com/index.php?title=Import_Set_Performance_Best_Practices#gsc.tab=0
I hope this answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2015 09:17 AM
Hi Sudharsan,
We can say lesser the size of import set lesser will be the impact.
Also it depends on the traffic on your instance.
1000 is recommended by servicenow and it should not make any impact.
But if your instance is too busy you can reduce it and go with 500.
You should not increase the size more than 1000.
Thanks,
Tanaji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2015 10:13 AM
Hello Sudharsan,
Importing Very Large Data Sets : When very large data sets are imported in a single job.
Symptoms: The import job takes a long time to complete.
How to avoid this: Break a very large data set into multiple, smaller jobs for faster results. Consider import sets under 100,000 records as a guideline. For example, importing 10 sets of 100,000 records completes faster than one import of 1 million records even though the total data imported is the same.
http://wiki.servicenow.com/index.php?title=Import_Set_Performance_Best_Practices#gsc.tab=0
I hope this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2021 07:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2015 10:28 AM
Thanks Pradeep & Tanaji..