|
|
|
|
|
by nathanmarz
5013 days ago
|
|
It's not a criticism of the relational model. It's a criticism of the relational database as they exist in the world. The normalization vs. denormalization slides explain how these concerns are conflated. The fact that you have to denormalize your schema to optimize queries clearly shows that the two concerns are deeply complected. |
|
They will not always work for big data, which often means "max out our storage with crap, don't worry disk is cheap" eg web metrics
When a decision maker goes "don't worry disk is unlimited", the resulting application is prone to maxing out storage.
Whenever your application maxes out your storage, you have no space for previous versions of the data.