Re: Compression

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compression
Дата
Msg-id 10263.1254511589@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Compression  (Eric Jain <eric.jain@gmail.com>)
Ответы Re: Compression
Список pgsql-jdbc
Eric Jain <eric.jain@gmail.com> writes:
> So it looks like compression was supported in their commercial version
> of PostgreSQL. When it was discontinued, the people working on the
> open source version of PostgreSQL apparently didn't see any point in
> incorporating the code to support compression, so now there is none
> :-(

I seem to remember that that was discussed and the conclusion was that
it was reinventing the wheel --- you could perfectly well use ssl/ssh
compression if you needed it, and you'd want encryption too anyway
in most plausible scenarios where compression makes sense.  (If the
network trip is long enough to justify compression, it's likely not
all secure.)

            regards, tom lane

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

Предыдущее
От: Eric Jain
Дата:
Сообщение: Re: Compression
Следующее
От: Robert Nicholson
Дата:
Сообщение: How do you batch insert and still obtain identity?