Re: Need schema design advice

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need schema design advice
Date: 2008-10-12 19:22:14
Message-ID: 20081012192214.GU7271@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Oct 12, 2008 at 08:12:40PM +0100, I wrote:
> As always, it's a trade off between what you're optimizing for. If
> you're adding more preference types then go for a EAV style design, if
> you're going to want to add more details about the preferences (this
> does seem to be the common case, which is why most people here stay
> away from EAV designs)[...]

oops, got distracted and forgot to finish this sentence!

...then you're better off with a non-EAV style design.

Sam

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2008-10-12 20:16:35 Re: Reg: Permission error in Windows psql while trying to read sql commands from file
Previous Message Sam Mason 2008-10-12 19:12:40 Re: Need schema design advice