What are “Limits”?
Maximums that are set for different features on the platform and cannot be exceeded
What are “Allocations”?
Can be increased because they are the maximums determined by the edition of Salesforce that a customer has purchased
What are “Limitations”?
Non-existent characteristics of features and tools, ex. Limitation of the Schema Builder
Why use Governor Limits?
if exceeded we get an exception that rolls back any changes that would’ve been made
What are some limits of SOQL?
What are some limits of SOSL?
more restrictive than SOQL
We can avoid these limits by
What are some limits of “DML?
Limits
Avoid
What is the heap size limit?
CPU limit?
10 seconds of synchronous
or
60 seconds of asynchronous
10 minutes of execution time for a single transaction
Execution time limit?
10 minutes for a single transaction
What is the difference between the get%() and getLimit%() limit class?
get%() - how much of a governed operation we’ve used
getLimit%() - return limit on that governed operation
What is the difference between the get%() and getLimit%() limit class?
get%() - how much of a governed operation we’ve used
getLimit%() - return limit on that governed operation