Re: rotate records - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: rotate records
Date
Msg-id 20060228050831.GA12351@wolff.to
Whole thread Raw
In response to Re: rotate records  ("Jeevanandam, Kathirvel (IE10)" <Jeevanandam.Kathirvel@honeywell.com>)
List pgsql-general
On Tue, Feb 28, 2006 at 09:14:59 +0530,
  "Jeevanandam, Kathirvel (IE10)" <Jeevanandam.Kathirvel@honeywell.com> wrote:
> Hi all,

Please don't hijack existing threads to start new ones. This can cause
people to miss your question and messes up the archives.

Performance questions should generally be posted to the performance list.
I have redirected followups to there.

>
> I am facing performance issues even with less than 3000 records, I am
> using Triggers/SPs in all the tables. What could be the problem.
> Any idea it is good to use triggers w.r.t performance?

A common cause of this kind of thing is not running vacuum often enough
leaving you with a lot of dead tuples.

You should probably start by doing a vacuum full analyse and then showing
the list some problem query sources along with explain analyse output
for them.

>
> Regards,
> Jeeva.K
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org

pgsql-general by date:

Previous
From: "Jeevanandam, Kathirvel (IE10)"
Date:
Subject: Re: rotate records
Next
From: Michael Fuhr
Date:
Subject: Re: rotate records