Reduce time to import data with concurrent option
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 07:42 AM
Reduce time to import data with concurrent option
Data imports can be scheduled in a regular interval, so that the data feeding of ServiceNow tables is done automatically.
You can create scheduled import :
Navigate to All > System Import Sets > Administration > Scheduled Imports.
When the volume of data to be imported is too large , the data loading may take several hours or even days .
To reduce the time processing , you can split the data import into multiple imports by using the Concurrent Import check option .
By experience, consider the following when using the concurrent option :
- This option can be used if the order of data load is not important
- Need to consider the Number of nodes on the platform : the number of batches depends on the number of nodes
- Run the import outside the business hours : set a condition to make sure that imports are executed outside the working hours :
- If you don’t know the number of records that will be processed , use the “Round Robin” partition method , so that the system will sets the partition automatically .
- Use the “Custom Script” or “Custom Size” when you know in advance the number of records.
0 REPLIES 0