Re: Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Roadmap for FE/BE protocol redesign
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961F5B@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Roadmap for FE/BE protocol redesign  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > > 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 ?

Also doesn't the planner/executor already have all needed info available ?
Thus answering from prepare would be a lot cheaper than selecting the descriptor
after prepare (more network roundtrips, parse, plan and execute the descriptor lookup).

If this where at the protocol level, the client could flag what info is wanted,
and thus avoid all unwanted overhead. 

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] What's wrong with this group by clause?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL99 ARRAY support proposal