106k views
2 votes
Data pages improve performance by caching data minimizing trips to the database.

By abstracting the data layer from the UI, the underlying location of data could change but the UI would not be impacted.

User Tom Nijs
by
7.4k points

1 Answer

3 votes

Final answer:

Data pages improve performance by caching data and abstracting the data layer from the UI.

Step-by-step explanation:

Data pages improve performance by caching data, which reduces the number of trips to the database. By abstracting the data layer from the UI, the location of the data can change without affecting the UI. This means that even if the data is stored in a different location, the user interface remains the same.

User Santosh
by
7.8k points