Re: Autovaccum

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Autovaccum
Дата
Msg-id 20061219152300.6d155f87@kingfisher.sec.intern.logix-tt.com
обсуждение исходный текст
Ответ на Re: Autovaccum  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Carlos Santos
Дата:
Сообщение: 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?
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: null values in non-nullable column