Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to lower the data import time in servicenow (import set to target table)

Obito
Tera Expert

Hi all,

 

I have this requirement where I am importing 1,00,000 records into ServiceNow using data source. The csv file which I am importing is around 70MB and it is taking almost 3 hours to transform into target table from import set table. How I can lower this time. Please suggest me.

 

Thank you.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@Obito 

I would recommend doing the import during off-business hours.

if possible try to divide the rows from csv into 3 different csv files.

then import 3 files after gap of couple of hours.

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Thank you. I will try this.