function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Muni12345Muni12345 

Best approach to insert 1 million dummy records on Account object for test some operations?

I have given one interview but i am not able to give the proper answer for one question. The question is, 
1) Best approach to insert 1 million dummy records on Account object.

Please help me, how I can solve this?

Thanks in advance
Muni12345Muni12345
Hi Piyush,

Thanks for your response,

Actually my problem is what is the best approach to create 1 million dummy records for testing purpose.
 
sfdcMonkey.comsfdcMonkey.com
hi vasu
Dataloader is best approach for it But remember
Test org have limited space Even sandbox as well so We need space to load that amount of data.
Thanks