Skip to content
Niels Braczek edited this page Dec 3, 2015 · 2 revisions

CQRS (Command Query Responsibility Segregation)

Decision

The separation of read and write models will be implemented

Reason

CQRS allows for scaling, by supplying multiple slave databases for read access and thus increase performance on large sites.

References

Martin Fowler: CQRS