Re: PostgreSQL 8.4 performance tuning questions

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: PostgreSQL 8.4 performance tuning questions
Дата
Msg-id 4A71DD1A0200002500029191@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.4 performance tuning questions  (Greg Stark <gsstark@mit.edu>)
Список pgsql-performance
Greg Stark <gsstark@mit.edu> wrote:

> I suspect if this was a problem the zlib people would have added
> internal buffering ages ago. I find it hard to believe we're not the
> first application to use it this way.

I think that most uses of this library are on entire files or streams.
They may have felt that adding another layer of buffering would just
hurt performance for the typical use case, and anyone using it in some
other way could always use their own buffering layer.  In Java adding
that layer took 30 characters of code, so it didn't make a very big
impression on me -- it took a while to even remember I'd had to do it.

-Kevin

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: PostgreSQL 8.4 performance tuning questions
Следующее
От: Greg Smith
Дата:
Сообщение: Re: PostgreSQL 8.4 performance tuning questions