Questions
- Precision Printers has an
Applicant
object that has many rows in it and users are reporting slow performance when running reports on this object. As the resident data architect, you have been asked to investigate this and suggest a solution. What can you suggest?
a) View the filters used in the report and tweak them to use indexes on the report.
b) Just create an index on the database table and use that in the report.
c) Do nothing; it's probably just a temporary issue and will go away by itself.
- Precision Printers has promoted a new integration to the production environment recently. It runs every 12 hours and transfers records from the
Account
object that have changed to an ERP system. The administrator is noticing that records are being transferred to the ERP even when there hasn't been an apparent change made on the record. What could be causing this problem?
a) No action is needed; the integration will correct itself and the...