May 2019
Intermediate to advanced
504 pages
11h 50m
English
One of the patterns that was mentioned previously in the Azure context was the materialized view. For instance, in our initial structure, we have basic information about the auctions that are embedded within the user documents. This way, the auctions can be included as part of the user profile and users can be rated based on their involvement with successful auctions. In this setup, since the auction data on the user profile is just the denormalized data chunks from the main auction table, the services would not need to directly interact with the auctions table.
Let's take a look at the following user story and see how we can implement this solution:
Read now
Unlock full access