Re: BUG #5491: Queries performing slowly

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Piergiorgio Buongiovanni <piergiorgio(dot)buongiovanni(at)netspa(dot)it>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5491: Queries performing slowly
Date: 2010-06-08 02:08:05
Message-ID: 4C0DA605.5040206@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 7/06/2010 11:34 PM, Piergiorgio Buongiovanni wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5491
> Logged by: Piergiorgio Buongiovanni
> Email address: piergiorgio(dot)buongiovanni(at)netspa(dot)it
> PostgreSQL version: 8.4.3
> Operating system: x86_64-redhat-linux-gnu
> Description: Queries performing slowly
> Details:
>
> Hereby our production environment:
>
> PostgreSQL 8.4.3 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.1.2
> 20080704 (Red Hat 4.1.2-46), 64-bit
>
> The problem we have is simply queries perform very slowly. I simply ask the
> DB SELECT * FROM business.Subject and the response time is 640555ms for 86
> rows extracted. It's unbelievable!

Is business.subject a view? See:
http://wiki.postgresql.org/wiki/SlowQueryQuestions

What's the EXPLAIN ANALYZE result from that query?
See: http://wiki.postgresql.org/wiki/Using_EXPLAIN

Do you VACUUM regularly / is autovacuum enabled?
See: http://www.postgresql.org/docs/8.3/interactive/routine-vacuuming.html
See:
http://wiki.postgresql.org/wiki/Introduction_to_VACUUM%2C_ANALYZE%2C_EXPLAIN%2C_and_COUNT

--
Craig Ringer

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bakkiya 2010-06-08 05:02:28 BUG #5493: Character Encoding is not happenning properly
Previous Message Greg Stark 2010-06-07 21:33:08 Re: BUG #5492: Query performs slowly and sequence corrupted