Autovacuum readme

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Autovacuum readme
Date: 2003-10-08 22:27:55
Message-ID: 3F848F6B.4030305@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
I found on the readme the following lines:

deleteThreshold is equal to:
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in
the table")

insertThreshold is equal to:
analyze_base_value + (analyze_scaling_factor * "number of tuples in
the table")

may be here deleteThreshold shall be AnalyzeThreshold and
insertThreshold shall be VacuumThreshold

am I missing something?

Regards
Gaetano Mendola

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-08 22:30:18 Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)
Previous Message shyamperi 2003-10-08 22:16:15 Problem with the pq_recvbuf