Re: Autovaccum - Mailing list pgsql-sql

From Markus Schaber
Subject Re: Autovaccum
Date
Msg-id 20061219152300.6d155f87@kingfisher.sec.intern.logix-tt.com
Whole thread Raw
In response to Re: Autovaccum  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
List pgsql-sql
Hi, Ezequias,

"Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com> wrote:

> What is the interval of time the vacuum will run on my database ?

That depends on your settings and load.

Autovacuum looks at every table, and checks the number of
modifications, as well as the total number of transactions since the
last vacuum, and decides whether to VACUUM and/or ANALYZE.

The thresholds for those settings can be configured per table, with the
defaults in the postgresql.conf.


Regards,
Markus

-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org


pgsql-sql by date:

Previous
From: Carlos Santos
Date:
Subject: Query a select that returns all the fields of an specific value of primary key without knownig the name of the single column's primary key?
Next
From: Markus Schaber
Date:
Subject: Re: null values in non-nullable column