Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
I was just going through the governor limits and these was written in point no. 6
These limits scale with trigger batch size. The limit is multiplied by the number of records submitted. For example, if your
batch process contains 200 records, your script may retrieve as many as 20,000 records.
I didn't got the meaning of the scaling. Can somebody please explain?
I'm having an issue with this statement as well. This is in the Apex Doc for Summer 09:
Total number of records retrieved by SOQL queries 1,0006
And at the bottom it says:
How is 1,000 x 200 = 20,000??? It's supposed to be 200,000....
I guess I'll have to test by actually inserting records to see if it's 20,000 or 200,000.
I finally understood what that statement meant. You can check the following link to understand it:
Link
I'm having an issue with this statement as well. This is in the Apex Doc for Summer 09:
Total number of records retrieved by SOQL queries 1,0006
And at the bottom it says:
batch process contains 200 records, your script may retrieve as many as 20,000 records.
How is 1,000 x 200 = 20,000??? It's supposed to be 200,000....
I guess I'll have to test by actually inserting records to see if it's 20,000 or 200,000.
I finally understood what that statement meant. You can check the following link to understand it:
Link