Re: Roadmap for FE/BE protocol redesign - Mailing list pgsql-hackers

From Dave Page
Subject Re: Roadmap for FE/BE protocol redesign
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B8259DA3@mail.vale-housing.co.uk
Whole thread Raw
In response to Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Roadmap for FE/BE protocol redesign  ("Hiroshi Inoue" <inoue@tpf.co.jp>)
List pgsql-hackers

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp] 
> Sent: 13 March 2003 10:04
> To: Dave Page
> Cc: tgl@sss.pgh.pa.us; ZeugswetterA@spardat.at; 
> pgman@candle.pha.pa.us; pgsql-hackers@postgresql.org; 
> pgsql-interfaces@postgresql.org
> Subject: Re: [HACKERS] Roadmap for FE/BE protocol redesign
> 
> 
> Dave Page wrote:
> > 
> > It's rumoured that Hiroshi Inoue once said:
> > >
> > > Does looking up by the catalog keys take no cost ?
> > 
> > Obviously there is cost, but doing a lookup only on demand, 
> has got to 
> > be cheaper in the long run than including the entire column 
> definition 
> > in the message whether it's wanted or not?
> 
> So if there are 100 fields, should we ask the backend 
> the column name 100 times ?

No, the column name is there already. This is useful for additional info
such as uniqueness, nullability, default value, contraints and so on.
Surely you don't want to get the entire relevant bits of the system
catalogues with every query unless we specifically request it?

Regards, Dave.

pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Problems with win32 patch/build
Next
From: "Merlin Moncure"
Date:
Subject: Re: Problems with win32 patch/build