Denormalize with Care
Learn the rules to denormalize your database.
We'll cover the following...
We denormalize our application’s schema when we know what we’re doing and when we’ve double-checked that there’s no other possibility for implementing your application and business cases with the required level of performance.
Know when to denormalize your database
First, query optimization techniques—mainly rewriting ...