What Is A Batch Apex?
What Is A Batch Apex? Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed normal processing limits. Using Batch Apex, you can process records asynchronously in batches (hence the name, “Batch Apex”) to stay within platform limits. How do you write a batch Apex? start method: public