Re: Database structure

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Svenne Krap <svenne(at)krap(dot)dk>
Cc: Alain Reymond <alain(dot)reymond(at)ceia(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Database structure
Date: 2004-05-04 16:25:39
Message-ID: 20040504162539.GA10698@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, May 04, 2004 at 18:10:13 +0200,
Svenne Krap <svenne(at)krap(dot)dk> wrote:
>
> In the long run, being correct is usually better than being fast (at the
> point of the implementation), as new hardware easily solves bottlenecks
> for problems not scaling exponentially.

And it isn't even clear that denormalizing the schema will result in an increase
in speed.

If at some point the tests in various assessments can overlap you may not
want an assessment for each table.

I also noticed that the schema isn't enforcing consistancy between the
tests done and the assessment type being done. This may not really be a
business rule as much as something that might be flagged by the application
for attention as I can see cases where in reality the wrong test is done
and recording its results might be better than throwing the data away.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rob 2004-05-04 16:47:32 Re: Rank
Previous Message Svenne Krap 2004-05-04 16:10:13 Re: Database structure