From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Table Relationships |
Date: | 2003-05-30 16:39:00 |
Message-ID: | 20030530163900.GF18140@libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Fri, May 30, 2003 at 09:06:43AM -0700, Josh Berkus wrote:
> Modern database systems, especially PostgreSQL, are much faster with a proper
> relational schema than with an inadequate flat-file table, due to the
> efficient storage of data ... i.e., no redundancy.
Are you sure you want to say it that strongly? After all, if you
have a data set which needs always to be returned in the same static
format, why not just denormalise it? It's sure faster that way in
every system I've ever encountered.
It's only when you actually have relations to cope with that it
ceases to be an advantage. So, as usual, it depends on what you're
trying to do.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Witney | 2003-05-30 16:55:40 | Re: Hardware advice |
Previous Message | pgsql-performance | 2003-05-30 16:30:11 | Spam sent to addresses subscribed to psql-performance |