Limity

 0    25 Datenblatt    fiszka123
mp3 downloaden Drucken spielen überprüfen
 
Frage English Antworten English
Total number of SOQL queries issued (Synchronous limit)
Lernen beginnen
100
Total number of SOQL queries issued (asynch limit)
Lernen beginnen
200
Total number of records retrieved by SOQL queries
Lernen beginnen
50,000
Total number of records retrieved by Database. getQueryLocator
Lernen beginnen
10,000
Total number of SOSL queries issued
Lernen beginnen
20
Total number of records retrieved by a single SOSL query
Lernen beginnen
2,000
Total number of DML statements issued
Lernen beginnen
150
Total number of records processed as a result of DML statements, Approval. process, or database. emptyRecycleBin
Lernen beginnen
10,000
Total stack depth for any Apex invocation that recursively fires triggers due to insert, update, or delete statements
Lernen beginnen
16
Total number of callouts (HTTP requests or web services calls) in a transaction
Lernen beginnen
100
Maximum cumulative timeout for all callouts (HTTP requests or Web services calls) in a transaction
Lernen beginnen
120 seconds
Maximum number of methods with the future annotation allowed per Apex invocation (synch)
Lernen beginnen
50
Maximum number of methods with the future annotation allowed per Apex invocation (batch and future contextasynch)
Lernen beginnen
0
Maximum number of methods with the future annotation allowed per Apex invocation (queueable context asynch)
Lernen beginnen
1
Maximum number of Apex jobs added to the queue with System. enqueueJob (synch)
Lernen beginnen
50
Maximum number of Apex jobs added to the queue with System. enqueueJob (asynch)
Lernen beginnen
1
Total number of sendEmail methods allowed
Lernen beginnen
10
Total heap size (synch)
Lernen beginnen
6 MB
Total heap size (asynch)
Lernen beginnen
12 MB
Maximum CPU time on the Salesforce servers (synch)
Lernen beginnen
10,000 miliseconds
Maximum CPU time on the Salesforce servers (asynch)
Lernen beginnen
60,000 miliseconds
Maximum execution time for each Apex transaction
Lernen beginnen
10 min
Maximum number of push notification method calls allowed per Apex transaction
Lernen beginnen
10
Maximum number of push notifications that can be sent in each push notification method call
Lernen beginnen
2,000
Maximum number of EventBus. publish calls for platform events configured to publish immediately
Lernen beginnen
150

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.