|
|
|
|
|
by whirlwin
2103 days ago
|
|
This is useful for most small apps or truly monolithic apps. ...But normalization in a distributed environment with 50+ apps? Really? You need to have some sort of duplication unless you want big bottlenecks, performance penalties, and hot headaches From the linked MS article: "Redundant data wastes disk space and creates maintenance problems" Made me laugh well |
|
I think that's called a cache. You can still have solid database design at the core. Then add redis on top of it.