b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 4219689 (Thread)

# Normalisation as a general rule
actually impacts performance on a database as the RDBMS has to process the joins, access extra tables etc etc.

It does very well at reducing the amount of storage used overall in the DB though.
(, Wed 2 Feb 2005, 11:49, archived)
# i can't even understand this
(, Wed 2 Feb 2005, 11:50, archived)
# i start to lose the plot
after second normal form and give up.
(, Wed 2 Feb 2005, 11:53, archived)
# definitely
and a lot of normalisation is actually just common sense; relating stuff together and linking where appropriate - it works nicely with OO programming as you`re using the same approach there
(, Wed 2 Feb 2005, 11:57, archived)
# oh definitely - that`s why indexes were created ;)
but if you`re writing object oriented code with object persistence layers, it makes no sense at all not to normalise as the data drives the design of data transfer objects and the like

I say screw the database and have one moleste XML file!
(, Wed 2 Feb 2005, 11:54, archived)
# fair enough
not really had much exposure to the OO gubbins, purely dba me.

p.s. Gotta love the word filter at the moment
(, Wed 2 Feb 2005, 11:59, archived)