a week ago
a week ago
@deepanshu_1 - You can relieve some of the memory requirement off your snaplex nodes by removing the Group By N and JSON Splitter snaps and use the Batch Size option in the Pipeline Execute snap instead. This accomplishes exactly the same result without the memory consumption of combining large sets of records into a single document as an array.
If you are still experiencing slowness, you can follow-up with your ServiceNow admins to see if anything can be done on that side. I believe that ServiceNow is not really meant for batch operations, so inserting millions of records into ServiceNow is probably your bottleneck.
a week ago
@deepanshu_1 The ServiceNow Insert Snap supports batching. Did you use the Page Size option to set the batch size? Please try increasing the Page Size value and see if that helps.