| От | Christof Petig |
|---|---|
| Тема | Re: Roadmap for FE/BE protocol redesign |
| Дата | |
| Msg-id | 3E71A34F.8040909@petig-baender.de обсуждение исходный текст |
| Ответ на | Re: Roadmap for FE/BE protocol redesign (Christof Petig <christof@petig-baender.de>) |
| Список | pgsql-hackers |
Christof Petig wrote: > If you know you are never interested in metadata, you can omit the > describe flag at all. [null indication and type specification is of > course always needed to access the actual data] More exactly they are sent separately: null indication is per row 'D'/'B' and type specification is per query 'T'. If the client does not ask for metadata one might omit attrelid,attnum (*) and field name in the 'T' packet. One might argue whether this small win per query times column rectifies to implement the feature. But then we'd need a method to query them lateron (otherwise *DBC could never omit them at first). Christof *) they are not there, yet ;-)
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера