Re: postgre performance question

From: Doug McNaught <doug(at)wireboard(dot)com>
To: Ioannis <Ioannis(dot)Kappas(at)dante(dot)org(dot)uk>
Cc: , pgsql-general(at)postgresql(dot)org
Subject: Re: postgre performance question
Date: 2002-03-04 14:35:53
Message-ID: m3n0xommd2.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ioannis <Ioannis(dot)Kappas(at)dante(dot)org(dot)uk> writes:

> ....and I really do run vacuum when I clean the table.

You should run it more often than that. Any update or delete on the
table will result in space that can't be reused until you run VACUUM.
PG has to scan all that empty space to make sure there are no valid
records in it whenever you do a query.

Run it at least every night.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martina Mostert 2002-03-04 14:57:37 Re: Arrays in pgsql
Previous Message Charles 2002-03-04 14:25:38 backend closed