Re: Slow PG after upgrade to 8.2.9!!

From: "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com>
To: "Andreas Kretschmer" <akretschmer(at)spamfence(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Slow PG after upgrade to 8.2.9!!
Date: 2008-08-28 11:38:50
Message-ID: e373d31e0808280438s12a82ee9vf8c4a67881144e83@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/28/08, Andreas Kretschmer <akretschmer(at)spamfence(dot)net> wrote:
>
> Please show us a EXPLAIN ANALYSE for this query. Btw, why
> random_page_cost=2? (your other post)

The EXPLAIN ANALYZE shows that it's using an INDEX and getting one
row! So I know the SQL is right.

Could it be that the SQL queries become slow because some other
background operation is running, like pg_dumpall or vaccuum? How would
I test this hypothesis if the log does have mentioned of "vaccuum
analyze" being slow?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2008-08-28 11:44:08 Re: Slow PG after upgrade to 8.2.9!!
Previous Message Laura Del Caño 2008-08-28 11:32:56 pg_dump problem