There is a situation where I need to create custom records(which Is a child record) for the each lines of data received from an api output . But the data has large volume, say more than 10000 lines or so. If I create record using record.create and record.save . It ll be sequential process , api governance consuming , and time consuming .
My question : is there any way I could insert(create) multiple records at a time so that all the lines could create sooner ?
Any suggestions , ideas , workarounds are much appreciated . Thanks in advance. Good day !