De-normalization, Data Consistency, and Events
De-normalization
In many cases, we would need to save de-normalized data in a database -SQL or NoSQL- to facilitate certain queries. Nevertheless, to keep the de-normalized data consistent we need to update them whenever the original data change.
For...
blog.amrsaber.io6 min read