Skip to content

Commit 4333a98

Browse files
authored
[postgresql] updating parameter description
1 parent dd1c5c7 commit 4333a98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/how-to-autovacuum-tuning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Autovacuum reads pages looking for dead tuples, and if none are found, autovacuu
3232

3333
The amount of work autovacuum does depends on two parameters:
3434

35-
- `autovacuum_vacuum_cost_limit` is the amount of work autovacuum does in one go and once the cleanup process is done, the amount of time autovacuum is asleep.
36-
- `autovacuum_vacuum_cost_delay` number of milliseconds.
35+
- `autovacuum_vacuum_cost_limit` is the amount of work autovacuum does in one go.
36+
- `autovacuum_vacuum_cost_delay` number of milliseconds that autovacuum is asleep after it has reached the cost limit specified by the `autovacuum_vacuum_cost_limit` parameter.
3737

3838

3939
In Postgres versions 9.6, 10 and 11 the default for `autovacuum_vacuum_cost_limit` is 200 and `autovacuum_vacuum_cost_delay` is 20 milliseconds.
@@ -304,4 +304,4 @@ Autovacuum will run on tables with an insert-only workload. Two new server p
304304

305305
- Troubleshoot high CPU utilization [High CPU Utilization](./how-to-high-cpu-utilization.md).
306306
- Troubleshoot high memory utilization [High Memory Utilization](./how-to-high-memory-utilization.md).
307-
- Configure server parameters [Server Parameters](./howto-configure-server-parameters-using-portal.md).
307+
- Configure server parameters [Server Parameters](./howto-configure-server-parameters-using-portal.md).

0 commit comments

Comments
 (0)