Re: Column as arrays.. more efficient than columns?

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Column as arrays.. more efficient than columns?
Date: 2007-09-07 01:57:02
Message-ID: 18F36158-D174-45DB-934E-404D336E835B@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Sep 6, 2007, at 20:46 , Ow Mun Heng wrote:

> On Thu, 2007-09-06 at 20:20 -0500, Michael Glaesemann wrote:
>> On Sep 6, 2007, at 19:58 , Ow Mun Heng wrote:
>>
>>> Don't denormalise the table?
>>
>> Yes. Don't denormalize the tables.
>
> I would believe performance would be better it being denormalised. (in
> this case)

I assume you've arrived at the conclusion because you have (a) shown
that the performance with a normalized schema does not meet your
needs; (b) benchmarked the normalized schema under production
conditions; (c) benchmarked the denormalized schema under production
conditions; and (d) shown that performance is improved in the
denormalized case to arrive at that conclusion. I'm interested to see
the results of your comparisons.

Regardless, it sounds like you've already made up your mind. Why ask
for comments?

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message brian 2007-09-07 02:11:37 Re: log_statement and PREPARE
Previous Message Merlin Moncure 2007-09-07 01:53:26 Re: Column as arrays.. more efficient than columns?