Re: Improve Postgres Query Speed

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: carter ck <carterck32(at)hotmail(dot)com>, jgodoy(at)gmail(dot)com, chad(dot)wagner(at)gmail(dot)com, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Improve Postgres Query Speed
Date: 2007-01-16 19:42:09
Message-ID: 1168976529.9586.11.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2007-01-15 at 23:26, Tom Lane wrote:
> "carter ck" <carterck32(at)hotmail(dot)com> writes:
> > And you are definitely right when updating the table. The time it takes is
> > getting longer and longer. When I do a select statement, the speed has also
> > degraded.
>
> Seems like you need a VACUUM in there somewhere...

If he hasn't been vacuuming up until now, he'll need a vacuum full.

then regular vacuums.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chad Wagner 2007-01-16 19:44:25 Re: Temp Table Within PLPGSQL Function - Something Awry
Previous Message gkl12799 2007-01-16 19:24:18 find columns that contain a single value for all rows