Re: 7.3 schedule - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: 7.3 schedule
Date
Msg-id 3CB65B49.93F2F790@tpf.co.jp
Whole thread Raw
In response to Re: 7.3 schedule  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: 7.3 schedule  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
Tom Lane wrote:
> 
> I'm not sure I believe Hannu's numbers, but in any case they're fairly
> irrelevant to the argument about whether a special protocol is useful.
> He wasn't testing textually-long queries, but rather the planning
> overhead, which is more or less independent of the length of any literal
> constants involved (especially if they're not part of the WHERE clause).
> Saving query plans via PREPARE seems quite sufficient, and appropriate,
> to tackle the planner-overhead issue.

Just a confirmation.
Someone is working on PREPARE/EXECUTE ?
What about Karel's work ?

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.3 schedule
Next
From: Hiroshi Inoue
Date:
Subject: Re: RFC: Restructuring pg_aggregate