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

From
Subject Re: How many fields in a table are too many
Date
Msg-id 65097.66.212.203.144.1056611832.squirrel@$HOSTNAME
Whole thread Raw
In response to How many fields in a table are too many  (MT <m_tessier@sympatico.ca>)
Responses Re: How many fields in a table are too many  ("Kallol Nandi" <kallol.nandi@indussoft.com>)
Re: How many fields in a table are too many  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
> I have a table with 13 fields. Is that
> too many fields for one table.
> Mark
>

Thirteen? No way. I've got you beat with 21:

person_id
place_id
title_id
last_name
first_name
middle_name
gender_id
birth_year
birth_month
birth_day
deceased_year
deceased_month
deceased_day
marital_status_id
education_level
e_mail_address
social_security_no
last_update_date
updated_by
username
photograph

~B



pgsql-general by date:

Previous
From: u15074
Date:
Subject: Question regarding performance (large objects involved)
Next
From: "Kallol Nandi"
Date:
Subject: Re: How many fields in a table are too many