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)
Список
Дерево обсуждения
Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format David Fetter <david@fetter.org>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Alvaro Hernandez <aht@ongres.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Alvaro Hernandez <aht@ongres.com>
Re: Proposal: http2 wire format Jacob Champion <pchampion@pivotal.io>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Tom Lane <tgl@sss.pgh.pa.us>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Tom Lane <tgl@sss.pgh.pa.us>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Andres Freund <andres@anarazel.de>
Re: Proposal: http2 wire format Hannu Krosing <hannu.krosing@2ndquadrant.com>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Robert Haas <robertmhaas@gmail.com>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format Damir Simunic <damir.simunic@wa-research.ch>
Re: Proposal: http2 wire format Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Proposal: http2 wire format "David G. Johnston" <david.g.johnston@gmail.com>
Re: Proposal: http2 wire format Craig Ringer <craig@2ndquadrant.com>
Re: Proposal: http2 wire format Stephen Frost <sfrost@snowman.net>
Andres Freund 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 по дате отправления