Re: Question: merit / feasibility of compressing frontend
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Doug McNaught <doug@wireboard.com>
Cc: Bruno Wolff III <bruno@wolff.to>,
"Joshua D. Drake" <jd@commandprompt.com>, Chris Albertson <chrisalbertson90278@yahoo.com>, Neil Conway <nconway@klamath.dyndns.org>, pgsql-general@postgresql.org
Date: 2002-07-16T21:31:05Z
Lists: pgsql-general
Doug McNaught <doug@wireboard.com> writes: > I think the big obstacle to putting compression into PG is needing to > extend the FE/BE protocol for negotiating compression, and the possible > client compatibility issues that raises. We already have SSL > negotiation working, though... Yup. Seems like a more useful exercise would be to lobby the SSL people to include compression as an option in SSL connections. That would solve the problem not only for PG, but every other application that uses SSL ... regards, tom lane