Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
7122217.png

Cache-Aside Pattern

Load data on demand into a cache from a data store

6612533.pngImage Added

Event Sourcing Pattern

Use an append-only store to record the full series of events that describe actions taken on data in a domain.

7974561.pngImage Added

Materialized View Pattern

Generate prepopulated views over the data in one or more data stores when the data isn't ideally formatted for required query operations.

10155991.pngImage Added

Sharding Pattern

Divide a data store into a set of horizontal partitions or shards.