Re: PostgreSQL 8.0 occasionally slow down

From: "Ho Fat Tsang" <namiwf(at)gmail(dot)com>
To: "Greg Smith" <gsmith(at)gregsmith(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0 occasionally slow down
Date: 2007-07-03 17:21:25
Message-ID: 97e6e20f0707031021h1dbee4deld1f87c53e74a7286@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2007/7/3, Greg Smith <gsmith(at)gregsmith(dot)com>:
>
> On Fri, 29 Jun 2007, Ho Fat Tsang wrote:
>
> > I noticed that for each time the pgsql slow down, there is a short
> > period a process called "pdflush" eating up lot of I/O. I've goolgled
> > and know it is a process for writing dirty pages back to the disk by the
> > Linux kernel.
>
> The pdflush documentation is really spread out, you may find my paper at
> http://www.westnet.com/~gsmith/content/linux-pdflush.htm a good place to
> start looking into that.

When i found the "pdflush" process is the major clue of PG slow down, i
googled and found this article !
it is a really good one for tuning pdflush ! Thank a lot !

--
> * Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message smiley2211 2007-07-03 17:25:31 Query is taking 5 HOURS to Complete on 8.1 version
Previous Message Ho Fat Tsang 2007-07-03 17:14:05 Re: PostgreSQL 8.0 occasionally slow down