Re: Low Performance for big hospital server ..

From: Rod Taylor <pg(at)rbt(dot)ca>
To: pg(at)fastcrypt(dot)com
Cc: Frank Wiles <frank(at)wiles(dot)org>, Josh Berkus <josh(at)agliodbs(dot)com>, Postgresql Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Low Performance for big hospital server ..
Date: 2005-01-06 17:51:14
Message-ID: 1105033874.56556.24.camel@home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 2005-01-06 at 12:35 -0500, Dave Cramer wrote:
> Reading can be worse for a normalized db, which is likely what the
> developers were concerned about.

To a point. Once you have enough data that you start running out of
space in memory then normalization starts to rapidly gain ground again
because it's often smaller in size and won't hit the disk as much.

Moral of the story is don't tune with a smaller database than you expect
to have.

> Frank Wiles wrote:
>
> >On Thu, 6 Jan 2005 09:06:55 -0800
> >Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> >
> >
> >
> >>I can't tell you how many times I've seen this sort of thing. And
> >>the developers always tell me "Well, we denormalized for performance
> >>reasons ... "
> >>
> >>
> >
> > Now that's rich. I don't think I've ever seen a database perform
> > worse after it was normalized. In fact, I can't even think of a
> > situation where it could!
> >
> > ---------------------------------
> > Frank Wiles <frank(at)wiles(dot)org>
> > http://www.wiles.org
> > ---------------------------------
> >
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
> >
> >
> >
> >
>
--

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Frank Wiles 2005-01-06 18:24:40 Re: Denormalization WAS: Low Performance for big hospital
Previous Message Josh Berkus 2005-01-06 17:38:45 Re: Denormalization WAS: Low Performance for big hospital server ..