Re: How many fields in a table are too many - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: How many fields in a table are too many
Date
Msg-id 20030626113142.GA6568@wolff.to
Whole thread Raw
In response to Re: How many fields in a table are too many  ("Mike Mascari" <mascarm@mascari.com>)
List pgsql-general
On Thu, Jun 26, 2003 at 01:02:06 -0400,
  Mike Mascari <mascarm@mascari.com> wrote:
> > Hi,
> >
> > Just a quick question, not unrelated to my
> > previous question, which I don't think will
> > get answered. I have a table with 13 fields.
> > Is that too many fields for one table.
>
> Mathematically, a binary relation represents the relevant cross
> product of two domains, x and f(x):

A binary relation is a subset of the cross product of two sets.
This is more general than using x and f(x) since this implies some
restrictions on the subset (namely that there is only one tuple
with a specific member of x in the x part of the tuple).

pgsql-general by date:

Previous
From: "Matt Browne"
Date:
Subject: Foreign keys
Next
From: Bruno Wolff III
Date:
Subject: Re: Question regarding performance (large objects involved)