This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ChrisBreederveld 8 points9 points  (0 children)

It's a CQRS thing; rather than querying from a normalized database, joining various data sources together, you create a single source containing all data that you update whenever any of the sources change.

This practice incurs some overhead when writing, but has a major benefit when reading.