Re: Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Roadmap for FE/BE protocol redesign
Дата
Msg-id 20030313180705.T16715-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Roadmap for FE/BE protocol redesign  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: Roadmap for FE/BE protocol redesign
Список pgsql-hackers
> > 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, you do a single select that returns 100 results...

Then you cache them in your frontend...

Chris




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign