looping in writeTodataStoreEntity

Hi,

I am getting huge amount of data and needs to write it in database. Its taking so much time 

Have used 

a!writeTodataStoreEntity(dataStoreEntity:cons!APM_DSE_VALUES, valueToStore: local!data)

In local!data  am calling rule

Can someone help me how to convert it in forEach loop or in batches.

Please help with code

  Discussion posts and replies are publicly visible

Parents Reply
  • I am using Web Api to pull data from third party and after pulling those data we are using writeToDataStore to dump all those data in table. Since the data that we are writing is too large so its taking time, due to which its impacting.

    After healthcheck report we figured out the risk. Now we are looking for some solution so that it will take less time when we are writing those data to database.

    yes its hampering/making the application slow, thats why we are looking for some way to minimize the time 

Children