Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
Facebook
Downloads
Home
>
mailing lists
[DOCS] Contradicting information on the "vacuum threshold" - Mailing list pgsql-docs
From
Erwin Brandstetter
Subject
[DOCS] Contradicting information on the "vacuum threshold"
Date
August 12, 2017
00:54:50
Msg-id
CAGHENJ53HMDAWn64g9hDW5Rg-UtFvExu4VoDhjYKS-CSCmOSTw@mail.gmail.com
Whole thread
Raw
Responses
Re: Contradicting information on the "vacuum threshold"
List
pgsql-docs
Tree view
On the one hand the manual for autovacuum_analyze_threshold claims here:
https://www.postgresql.org/docs/current/static/runtime-config-autovacuum.html#GUC-AUTOVACUUM-ANALYZE-THRESHOLD
> Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table.
Similar in pg_settings.short_desc:
> Minimum number of tuple inserts, updates, or deletes prior to analyze.
"Minimum" indicates "row_count >= vacuum threshold". (Well "prior" makes that less clear ..)
On the other hand the manual explains here:
https://www.postgresql.org/docs/current/static/routine-vacuuming.html#AUTOVACUUM
> Otherwise, if the number of tuples obsoleted since the last VACUUM exceeds the "vacuum threshold", the table is vacuumed.
"Exceeds" indicates "row_count > vacuum threshold".
Actual test results seem to support "row_count > vacuum threshold". See test case here:
https://dba.stackexchange.com/questions/181960/tiny-table-causes-extreme-performance-degradation-fixed-by-forced-vacuum-why/183283#183283
I suggest to either clarify the manual or change the code to actually use >= instead of > ... and update the explanation for autovacuum accordingly.
Same for autovacuum_vacuum_threshold.
Regards
Erwin Brandstetter
pgsql-docs
by date:
Previous
From:
Peter Eisentraut
Date:
11 August 2017, 23:43:34
Subject:
Re: [DOCS] Improve docuemntation for cidr/inet
Next
From:
John Ekins
Date:
13 August 2017, 00:47:00
Subject:
Re: [DOCS] The reference to 'atacontrol' on FreeBSD is outdated.
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
I confirm that I have read and accepted PostgresPro’s
Privacy Policy
.
I agree to get Postgres Pro discount offers and other marketing communications.
✖
×
×
Everywhere
Documentation
Mailing list
List:
all lists
pgsql-general
pgsql-hackers
buildfarm-members
pgadmin-hackers
pgadmin-support
pgsql-admin
pgsql-advocacy
pgsql-announce
pgsql-benchmarks
pgsql-bugs
pgsql-chat
pgsql-cluster-hackers
pgsql-committers
pgsql-cygwin
pgsql-docs
pgsql-hackers-pitr
pgsql-hackers-win32
pgsql-interfaces
pgsql-jdbc
pgsql-jobs
pgsql-novice
pgsql-odbc
pgsql-patches
pgsql-performance
pgsql-php
pgsql-pkg-debian
pgsql-pkg-yum
pgsql-ports
pgsql-rrreviewers
pgsql-ru-general
pgsql-sql
pgsql-students
pgsql-testers
pgsql-translators
pgsql-www
psycopg
Period
anytime
within last day
within last week
within last month
within last 6 months
within last year
Sort by
date
reverse date
rank
Services
24×7×365 Technical Support
Migration to PostgreSQL
High Availability Deployment
Database Audit
Remote DBA for PostgreSQL
Products
Postgres Pro Enterprise
Postgres Pro Standard
Cloud Solutions
Postgres Extensions
Resources
Blog
Documentation
Webinars
Videos
Presentations
Community
Events
Training Courses
Books
Demo Database
Mailing List Archives
About
Leadership team
Partners
Customers
In the News
Press Releases
Press Info
By continuing to browse this website, you agree to the use of cookies. Go to
Privacy Policy
.
I accept cookies