Re: Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Roadmap for FE/BE protocol redesign
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8259DA3@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Roadmap for FE/BE protocol redesign  ("Hiroshi Inoue" <inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Problems with win32 patch/build
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Problems with win32 patch/build