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

From Hannu Krosing
Subject Re: Roadmap for FE/BE protocol redesign
Date
Msg-id 1047550047.3223.31.camel@fuji.krosing.net
Whole thread Raw
In response to Re: Roadmap for FE/BE protocol redesign  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-hackers
Hiroshi Inoue kirjutas N, 13.03.2003 kell 12:03:
> Dave Page wrote:
> > 
> > > 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 ?

or once for all columns if you prefer using IN.

> regards,
> Hiroshi Inoue
>     http://www.geocities.jp/inocchichichi/psqlodbc/
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Roadmap for FE/BE protocol redesign
Next
From: "Hiroshi Inoue"
Date:
Subject: Re: Roadmap for FE/BE protocol redesign