Re: Re[2]: [GENERAL] Joins and links

From: "Kane Tao" <khtao(at)yahoo(dot)com>
To: "Leon" <leon(at)udmnet(dot)ru>, "David Warnock" <david(at)sundayta(dot)co(dot)uk>, "pgsql-general" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: Re[2]: [GENERAL] Joins and links
Date: 1999-07-05 18:28:11
Message-ID: 007e01bec714$3627bd80$040101c0@p2400-arcane
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hmm a very interesing theoretical topic...
Wouldnt make sense to tie this in with the implementation of a Foriegn Key?
So when the foriegn key is defined you create anoter index that stores all
the relevant child to parent relationships and can be used to speed up that
access since it obviously will be a primary access route (else thay wouldnt
have defined it). I would think it could be used then to check the Foreign
Key integrity and used to help maintain/construct clustered tables...
-----Original Message-----
From: Leon <leon(at)udmnet(dot)ru>
To: David Warnock <david(at)sundayta(dot)co(dot)uk>; pgsql-general
<pgsql-general(at)postgreSQL(dot)org>
Date: Monday, July 05, 1999 12:26 PM
Subject: Re[2]: [GENERAL] Joins and links

>Hello David,
>
>Monday, July 05, 1999 you wrote:
>
>D> If you are interested in other solutions that do not involve adding
>D> record number support (which I personally still feel to be a mistake in
>D> a set orientated dbms)
>
>Why? There will be no such field as "record number", the only
>place where it can exist is the field which references another
>table. I can quite share your feeling about wrongness of
>physical-oriented things in abstract tables, but don't
>plain old indices deal with physical record numbers? We could
>do the same - hide the value stored in such field and only
>offer the user ability to use it in queries without knowing
>the value.
>
>D> then have you considered an application server
>D> linked to triggers.
>
>Unfortunately, every day user demands new types of reports
>for financial analysis. And nobody knows what will be user's
>wish tomorrow.
>
>And, besides, it is not only my personal wish. What I am
>proposing is huge (dozen-fold) performance gain on widespread
>tasks. If you implement this, happy users will erect a gold
>monument to Postgres development team.
>
>Best regards, Leon
>
>
>
>

Browse pgsql-general by date

  From Date Subject
Next Message Clark Evans 1999-07-05 18:36:20 Re: [GENERAL] Joins and links
Previous Message Leon 1999-07-05 18:15:12 Re[2]: [GENERAL] Joins and links