|
|
|
|
|
by Brian-Puccio
1716 days ago
|
|
I’ve stumbled across this in databases I’ve inherited before and while I appreciated that I could easily do filtering and stuff without joining across tables (and based on the comments here, more easily shard when things scale), it seems to denormalize the data. Is there a specific term for the trade off of denormalized vs more easily query/shard/etc? |
|
No, it's pretty much just called that. A good DBA will be able to strike the right balance between normalization and performance using their intuition and experience, which is one of the reasons they're often paid very well despite working in relatively ancient ecosystems.