Pattern description

Application objects are constructed from combining different backend data sources such as databases and web service calls. When users repeatedly access the same application object, there is increased stress on the system to regenerate the individual responses. For example, consider a popular online forums website that shows a list of topics, various posts for each topic, and then the related threads for each post. The backend data could be organized across several tables such as Forum_Topics, ListOf_Posts, Post_RelatedThreads, and User_Response. On each user visit, the page load needs to visualize data joined from all these tables. Initially, the website might perform well with most data in the database server memory but slowly ...

Get Applied Architecture Patterns on the Microsoft Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.