Postgres: VACUUM - Mailing list pgsql-general

From
Subject Postgres: VACUUM
Date
Msg-id 0A5B2E3C3A64CA4AB14F76DBCA76DDA44E2C9E@seifur.hnit.is
Whole thread Raw
Responses Re: Postgres: VACUUM  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Postgres: VACUUM  (Allen Landsidel <all@biosys.net>)
List pgsql-general

Any comments on multi-versioning problem:

As far as I understand from PG documentation, *CURRENTLY* VACUUM must be run
regulary, otherwise:

-Q. database will grow as fast as there are many DML going on it, won't it?

-Q. transaction ID may wrap - no doubt here.

-Q. Good news that VACUUM nowdays can run in parallel with other db activity
(non locking mode) and that pg_vacuum automates execution of VACUUM - this is
so, ins't it?

- Q. Bad knews that VACUUM must eventually scan every row(in fact, every row
and index pages?) in the database(?):
    - if this is true(?) then can anyone give an idea on how long it runs
for a paticular size of the database and how much it slowdowns a database?



Thank you in advance,

Laimutis Nedzinskas
Reykjavik, Iceland














pgsql-general by date:

Previous
From: "Rick Gigger"
Date:
Subject: Re: Postgress and MYSQL
Next
From: Martin Marques
Date:
Subject: Re: Postgress and MYSQL