I love reading about the normal forms, because it makes me sound like I know what I'm talking about in the conversation where the backend folks tell me, "if we normalized that data then the database would go down". This is usually followed by arguments over UUID versions for some reason.
necovek2026-04-15 01:57
ENGLISH (원문)
So which normal form do they argue for and against? And what UUID version wins the argument?
DeathArrow2026-04-15 02:08
ENGLISH (원문)
There are use cases where is better to not normalize the data.
andrew_lettuce2026-04-15 02:16
ENGLISH (원문)
Typically it's better to take normalized data and denormalize for your use case vs. not normalize in the first place. Really depends on your needs
estetlinus2026-04-15 02:19
ENGLISH (원문)
The lost art of normalizing databases. ”Why is the ARR so high on client X? Oh, we’re counting it 11 times lol”. I would maybe throw in date as an key too. Bad idea?
댓글
5