Which Salesforce mechanism should an architect recommend to handle high-volume record inserts that trigger complex automation without hitting governor limits?
-
A
Execute all triggers synchronously in a single transaction
-
B
Use Bulk API with appropriate batch sizes and async triggers
-
C
Disable all triggers during data loads
-
D
Use Streaming API to insert records