Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.
Which approach solves this performance issue?
- Move to local installation because network traffic in cloud deployment is often slow.
- Change snapshot data access method to reference pattern data access method.
- Fetch only the targeted data from the database each time data is needed so access is faster.
- Access data page with a predefined key so that, once loaded, data access is faster.
Reveal Solution Next Question