Forum Discussion

deepanshu_1's avatar
deepanshu_1
New Contributor III
2 months ago

Inserting large data in servicenow

Hello Team,
 
I am developing a pipeline in SnapLogic where there are 6000000 records coming from snowflake and i have designed my pipeline like this:
 
Parent pipeline: snowflake execute -> mapper where i have mapped one to one field -> group by n with 10000 group size -> pipeline execute where Pool size is 5 and in child pipeline i have used json spliter and service now insert ?
 
what can i do to optimize the performance and make it execute faster in snaplogic, currently it takes much time to execute ?
 
Can someone assist in this regards?
 
Thanks in advance.