A nonprofit admin notices the nightly NPSP batch jobs are suddenly taking significantly longer to complete than they did a month earlier.
What are two factors the consultant should tell the system admin to consider?
Choose 2 answers
A new standard roll-up summary field was added to an object.
A new Process Builder process was activated.
A new node tree was added to the role hierarchy.
A new customizable rollup was added in NPSP Settings.
If the nightly NPSP batch jobs are taking significantly longer to complete, the system admin should consider the following factors:
A New Standard Roll-Up Summary Field Was Added to an Object:
Adding new roll-up summary fields can increase the processing time for batch jobs.
These fields require calculations that aggregate data, which can slow down batch processing, especially if they are based on high-volume objects.
A New Customizable Rollup Was Added in NPSP Settings:
Customizable rollups allow for complex aggregations and summaries across various objects.
Adding new rollups increases the processing workload for nightly batch jobs, leading to longer completion times.
Review and optimize the rollup settings to balance performance with data aggregation needs.
By considering these factors, the system admin can identify and address the root causes of increased batch job processing times.
Submit