Re: Huge number of disk writes after migration to 8.1 - Mailing list pgsql-general

From Qingqing Zhou
Subject Re: Huge number of disk writes after migration to 8.1
Date
Msg-id dqh5fv$2v2e$1@news.hub.org
Whole thread Raw
In response to Huge number of disk writes after migration to 8.1  (Marcin <migor@op.pl>)
Responses Re: Huge number of disk writes after migration to 8.1  (Marcin <migor@op.pl>)
List pgsql-general
"Marcin" <migor@op.pl> wrote
>
> I suffer from huge increase in number of disk writes after migration
> from 8.0.3 to 8.1.2. The average number of sectors written increased 10
> times and transfer stays at 20MB of writes per second during work hours
> (with 20% cpu time wasted in iowait). The number of queries lasting more
> than 300ms increased thrice.
>

AFAICS the difference maybe related to this between 8.0 and 8.1 is the
introduction of autovacuum. But seems you didn't turn it on. Do you observed
only writes increased or both read/write? If the latter, that might be an
unoptimized query plan invloves seqscan ... Can you find out what's the
writes on?

Regards,
Qingqing



pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Plans for 8.2?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Plans for 8.2?