Re: Need some clarification

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Need some clarification
Date: 2006-05-12 06:58:58
Message-ID: e41bno$eqr$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Dhanaraj M" <Dhanaraj(dot)M(at)Sun(dot)COM> wrote
>
> 2. *Invalidate prepared queries, like INSERT, when the table
> definition is altered
>
> *Invalidation means recompilation or deletion of the prepared stmt
> here.*
> *Both the items look similar. i.e) needs recompilation of the query
> after altering the table.
> It is right?*
> *

Yes, IMHO the basic idea is like that - the difficulty is that we are
lack of efficient object tracking mechanism, so that when an underlying
object is changed, all the prepared plans should be invalidated.

Regards,
Qingqing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Weilguni 2006-05-12 07:16:44 Re: BEGIN inside transaction should be an error
Previous Message Qingqing Zhou 2006-05-12 06:53:27 Re: EXPLAIN verbose?