Re: PostgreSQL 8.4 performance tuning questions - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PostgreSQL 8.4 performance tuning questions
Date
Msg-id 4A71CD9C020000250002916D@gw.wicourts.gov
Whole thread Raw
In response to Re: PostgreSQL 8.4 performance tuning questions  (Scott Carey <scott@richrelevance.com>)
List pgsql-performance
Scott Carey <scott@richrelevance.com> wrote:

> Gzip does have some quirky performance behavior depending on the
> chunk size of data you stream into it.

Yeah, I've run into that before.  If we're sending each individual
datum to a gzip function rather than waiting until we've got a
decent-size buffer, that could explain it.

-Kevin

pgsql-performance by date:

Previous
From: Scott Carey
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions
Next
From: Robert Haas
Date:
Subject: Re: autovacuum 'stuck' ?