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
Dinesh Gupta KondapalliDinesh Gupta Kondapalli 

maximum batch size

Hi,
What’s the maximum batch size in a single trigger execution ?
Ankit AroraAnkit Arora
It must be 200
Saket GoyalSaket Goyal
It's 200.
ManojjenaManojjena
Hi Dinesh ,

Default batch size is 200 ,However maximum batch size is 2000. 

For more detail you can check below links,
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch_interface.htm  

In BatchApex Governer LImit section you can find more details .

Let me know if it helps .

Thanks 
Manoj
Rahul.SharmaRahul.Sharma
Trigger executes in chunks for records. Each chunk contains 200 records.