autovacuum: change priority of the vacuumed tables - Mailing list pgsql-hackers

From Ildus Kurbangaliev
Subject autovacuum: change priority of the vacuumed tables
Date
Msg-id 20180208170107.365496e3@wp.localdomain
Whole thread Raw
Responses Re: autovacuum: change priority of the vacuumed tables  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hi,

Attached patch adds 'autovacuum_table_priority' to the current list of
automatic vacuuming settings. It's used in sorting of vacuumed tables in
autovacuum worker before actual vacuum.

The idea is to give possibility to the users to prioritize their tables
in autovacuum process.

-- 
---
Regards,
Ildus Kurbangaliev

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: PDF Builds on borka (Debian/stretch) broken - 9.6
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] PATCH: enabling parallel execution for cursorsexplicitly (experimental)