Click here to Skip to main content
15,891,431 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Normalization Pin
Eddy Vluggen1-Nov-21 7:05
professionalEddy Vluggen1-Nov-21 7:05 
GeneralRe: Normalization Pin
honey the codewitch1-Nov-21 7:13
mvahoney the codewitch1-Nov-21 7:13 
GeneralRe: Normalization Pin
Eddy Vluggen1-Nov-21 7:49
professionalEddy Vluggen1-Nov-21 7:49 
GeneralRe: Normalization Pin
honey the codewitch1-Nov-21 7:55
mvahoney the codewitch1-Nov-21 7:55 
GeneralRe: Normalization Pin
ElectronProgrammer2-Nov-21 3:56
ElectronProgrammer2-Nov-21 3:56 
GeneralRe: Normalization Pin
Daniel Pfeffer2-Nov-21 7:17
professionalDaniel Pfeffer2-Nov-21 7:17 
GeneralRe: Normalization Pin
ElectronProgrammer2-Nov-21 10:09
ElectronProgrammer2-Nov-21 10:09 
AnswerRe: Normalization Pin
Sander Rossel1-Nov-21 4:14
professionalSander Rossel1-Nov-21 4:14 
About five+ years back I normalized the hell out of databases, but I've come to realize a surprising amount of data needs to be stored redunantly anyway.
Stuff like customer names and addresses on invoices, sales people's names on orders, etc.

In the age of microservices every service needs to have the data it needs to do its thing.
So I now even have multiple databases with the same data because multiple services operate on that data.
Although I usually normalize my services as well... Wink | ;)

GeneralRe: Normalization Pin
honey the codewitch1-Nov-21 4:29
mvahoney the codewitch1-Nov-21 4:29 
GeneralRe: Normalization Pin
Eddy Vluggen1-Nov-21 8:05
professionalEddy Vluggen1-Nov-21 8:05 
GeneralRe: Normalization Pin
Sander Rossel2-Nov-21 0:13
professionalSander Rossel2-Nov-21 0:13 
GeneralRe: Normalization Pin
englebart6-Nov-21 4:06
professionalenglebart6-Nov-21 4:06 
GeneralRe: Normalization Pin
Sander Rossel6-Nov-21 5:26
professionalSander Rossel6-Nov-21 5:26 
GeneralRe: Normalization Pin
Roger House2-Nov-21 9:16
Roger House2-Nov-21 9:16 
GeneralRe: Normalization Pin
honey the codewitch2-Nov-21 12:06
mvahoney the codewitch2-Nov-21 12:06 
GeneralRe: Normalization Pin
Jörgen Andersson1-Nov-21 5:53
professionalJörgen Andersson1-Nov-21 5:53 
GeneralRe: Normalization Pin
Sander Rossel2-Nov-21 0:15
professionalSander Rossel2-Nov-21 0:15 
GeneralRe: Normalization Pin
englebart6-Nov-21 4:12
professionalenglebart6-Nov-21 4:12 
GeneralRe: Normalization Pin
Eddy Vluggen1-Nov-21 7:11
professionalEddy Vluggen1-Nov-21 7:11 
GeneralRe: Normalization Pin
Sander Rossel2-Nov-21 0:17
professionalSander Rossel2-Nov-21 0:17 
AnswerRe: Normalization Pin
dandy721-Nov-21 4:22
dandy721-Nov-21 4:22 
GeneralRe: Normalization Pin
honey the codewitch1-Nov-21 5:12
mvahoney the codewitch1-Nov-21 5:12 
GeneralRe: Normalization Pin
Eddy Vluggen1-Nov-21 7:13
professionalEddy Vluggen1-Nov-21 7:13 
GeneralRe: Normalization Pin
Chris Nicolatos1-Nov-21 21:20
Chris Nicolatos1-Nov-21 21:20 
AnswerRe: Normalization Pin
CHill601-Nov-21 6:01
mveCHill601-Nov-21 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.