Re: Proposal: http2 wire format
От | Tom Lane |
---|---|
Тема | Re: Proposal: http2 wire format |
Дата | |
Msg-id | 18990.1522245574@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Proposal: http2 wire format (Andres Freund <andres@anarazel.de>) |
Ответы |
Re: Proposal: http2 wire format
|
Список | pgsql-hackers |
Andres Freund <andres@anarazel.de> writes: > A few random, very tired, points: > - consolidated message for common tasks: > - (bind, [describe?,] execute) to reduce overhead of prepared > statement execution (both in messages, as well as branches) > - (anonymous parse, bind, describe, execute) to make it cheaper to > send statements with out-of-line parameters I do not see a need for this; you can already send those combinations of messages in a single network packet if you have a mind to. Tatsuo-san's point about making it easier to identify which response goes with which message would improve life for people trying to send multiple messages in advance of a response, though. Your other points are sound, except I have no idea what this means: > - nested table support regards, tom lane
В списке pgsql-hackers по дате отправления: