Re: Postgres running Very slowly - Mailing list pgsql-performance

From Bill Moran
Subject Re: Postgres running Very slowly
Date
Msg-id 20071009161848.ef0f3ca6.wmoran@collaborativefusion.com
Whole thread Raw
In response to Postgres running Very slowly  ("Radhika S" <radhika.sambamurti@gmail.com>)
List pgsql-performance
In response to "Radhika S" <radhika.sambamurti@gmail.com>:

> Hi -,
> I have a very peculiar situation.
>
> I am running a postgres 7.4.6 database. It is running slow....... .

7.4.6 is very old.  You're lucky it hasn't corrupted your data.  At
least upgrade to the latest 7.4.18 (yes, that's 12 patches ahead of
you).  Optimally, upgrade to 8.2.5, which has a huge number of
performance improvements.

> I vacuum --analyze daily. I just did again.
> I did a vacuum full last night.
>
> But to no avail. CPU usage and memory are normal, but the system is
> crawling.

You need to specifically define "crawling" before anyone will be able
to provide any useful advice.  What queries are running slow?  What
does the explain output look like?  The answers are in the details,
so we can't provide the answers unless you provide the details.  Like
the OS you're running it on, for example.

> Here is the info from vacuum.
>
> CPU 0.02s/0.01u sec elapsed 0.02 sec.
> INFO:  free space map: 167 relations, 1412 pages stored; 3440 total pages
> needed
> DETAIL:  Allocated FSM size: 1000 relations + 20000 pages = 178 kB shared
> memory.
> VACUUM

This doesn't look problematic, so I doubt your vacuum policy is to blame.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran@collaborativefusion.com
Phone: 412-422-3463x4023

pgsql-performance by date:

Previous
From: "Radhika S"
Date:
Subject: Shared Buffer setting in postgresql.conf
Next
From: "Marcin Stępnicki"
Date:
Subject: Re: Shared Buffer setting in postgresql.conf