Обсуждение: DBDesign Question

Поиск
Список
Период
Сортировка

DBDesign Question

От
Konstantinos Agouros
Дата:
Hi,

I am currently designing a timesheet-system based on postgresql/java. Since
I need some cross-referenced tables I am wondering if I should add extra
id-columns in all tables (e.g. userid) or simply use the oids in the
referencing tables (e.g. use the oids of the users in all tables that need a
reference to a user?

Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

Re: DBDesign Question

От
GH
Дата:
On Mon, Feb 05, 2001 at 11:15:24PM +0100, some SMTP stream spewed forth:
> Hi,
>
> I am currently designing a timesheet-system based on postgresql/java. Since
> I need some cross-referenced tables I am wondering if I should add extra
> id-columns in all tables (e.g. userid) or simply use the oids in the
> referencing tables (e.g. use the oids of the users in all tables that need a
> reference to a user?

You probably have the feeling that it would be better to do the former.
I would say to go with adding an ``id'' column.
This avoids numerous potential issues like wrapping oids, etc.
with little impact.

Besides, it in just a Good Idea.

gh

>
> Konstantin
> --
> Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
> Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
> ----------------------------------------------------------------------------
> "Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres