Re: CREATE SYNONYM ...

From: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
To: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Glaesemann <grzm(at)myrealbox(dot)com>, pgsql-patches(at)postgresql(dot)org, eg(at)cybertec(dot)at
Subject: Re: CREATE SYNONYM ...
Date: 2006-03-08 07:06:50
Message-ID: 440E828A.5060604@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Stephan Szabo wrote:
> On Tue, 7 Mar 2006, Jonah H. Harris wrote:
>
>
>>On 3/7/06, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> wrote:
>>
>>>I'd personally be more interested in what the impact is on people not
>>>using synonyms. How free is any search for synonyms if you aren't using
>>>the feature?
>>
>>
>>Unless synonym enablement were a configurable parameter (which wouldn't
>>really make sense), the cost would be the same whether they're used or not
>>during searching.
>
>
> Right, but the response was that "using" synonyms incurred a cost and this
> should be documented. However, if there's a cost to people not using
> synonyms there's a higher barrier to entry for the feature.
>

the costs will only be added if the "real table" is not found.
therefore there is no impact on "normal" users.

again, the most important benefit is not 0.001% more speed but the
possibility to port from other databases easier and to treat legacy
problems.

here at cybertec we are facing more and more problems with legacy
databases and porting "crap" every day.

many thanks and best regards,

hans

--
Cybertec Geschwinde & Schönig GmbH
Schöngrabern 134; A-2020 Hollabrunn
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2006-03-08 07:20:33 Re: CREATE SYNONYM ...
Previous Message Mark Kirkwood 2006-03-08 04:47:50 Re: pg_freespacemap question