Re: Vacuum on the database versus individual tables.

From: "Hartman, Matthew" <Matthew(dot)Hartman(at)krcc(dot)on(dot)ca>
To: "Dave Page" <dpage(at)pgadmin(dot)org>, "Grzegorz Jaskiewicz" <gryzman(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum on the database versus individual tables.
Date: 2009-06-25 16:05:59
Message-ID: 366642367C5B354197A1E0D27BC175BD0225979F@KGHMAIL.KGH.ON.CA
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

But it'll do so immediately after I run a full vacuum on the entire database? Nothing has changed. This is a development box.

You know, I bet it doesn't refresh the view of the database after having run the maintenance script..

Matthew Hartman
Programmer/Analyst
Information Management, ICP
Kingston General Hospital
(613) 549-6666 x4294

-----Original Message-----
From: Dave Page [mailto:dpage(at)pgadmin(dot)org]
Sent: Thursday, June 25, 2009 12:00 PM
To: Grzegorz Jaśkiewicz
Cc: Hartman, Matthew; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Vacuum on the database versus individual tables.

2009/6/25 Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>:
> 2009/6/25 Hartman, Matthew <Matthew(dot)Hartman(at)krcc(dot)on(dot)ca>:
>> Windows XP, PostgreSQL 8.3.5, using pgAdmin III 1.8.4. It's the typical "Running vacuum on this table is recommended" dialog box.
>
> Well, it really has nothing to do with postgresql it self. Either it
> is a bug or property of PgAdmin, but I don't know.
> Either someone who knows more about pgadmin is going to respond here,
> or you have to ask on pgadmin list.

pgAdmin will advise vacuuming a table if there is a significant
discrepancy between the number of rows in the table and the value in
pg_class.reltuples. i forget the exact algorithm off-hand, but it
takes the size of the table into account, and is looking for a %age
difference between the value, not a set number of rows.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2009-06-25 16:09:59 Re: Vacuum on the database versus individual tables.
Previous Message Richard Huxton 2009-06-25 16:00:29 Re: planned recovery from a certain transaction