|
|
|
|
|
by xqzv
2159 days ago
|
|
I was always under the impression that using event sourcing, you would still denormalize your data for maximally efficient querying, while using events as a journaling system (for replayability and atomicity). Even if your database is built from the ground up for event sourcing, the degree of query efficiency is the degree to which it does the above. |
|