Re: Table Design Issue & PGSQL Performance - Mailing list pgsql-novice

From
Subject Re: Table Design Issue & PGSQL Performance
Date
Msg-id 20050728190730.29535.qmail@web33306.mail.mud.yahoo.com
Whole thread Raw
In response to Re: Table Design Issue & PGSQL Performance  ("Keith Worthington" <keithw@narrowpathinc.com>)
List pgsql-novice
keith and tom, thanks for the responses.  as per a
suggestion i received via email only, i think i will
be best served by creating a t_note_area table and
linking its primary key, note_area_id into the notes
table -> t_notes.note_area_id.

that way i get keith's benefit of full nomenclature
and i also don't have to limit myself by hardcoding
the area names.

i do exactly this for note_contact, but somehow i
wasn't thinking through this situation the way i
should have been.

thanks to everyone for getting me back on the right track.



____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: Re: Table Design Issue & PGSQL Performance
Next
From: Michael Fuhr
Date:
Subject: Re: Troubles with PL/Perl in PgSQL