|
|
|
|
|
by p4bl0
1131 days ago
|
|
I'd argue that most of the time it is better to write normalized data and use some form of permanently existing database views (rather than actual table) to read from pseudo-denormalized data. That way you combine the best of both worlds. |
|