Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
autovacuum
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Starts the autovacuum subprocess. |
| Data type | boolean |
| Default value | on |
| Allowed values | on,off |
| Parameter type | static |
| Documentation | autovacuum |
autovacuum_analyze_scale_factor
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples. |
| Data type | numeric |
| Default value | 0.1 |
| Allowed values | 0-100 |
| Parameter type | static |
| Documentation | autovacuum_analyze_scale_factor |
autovacuum_analyze_threshold
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Minimum number of tuple inserts, updates, or deletes prior to analyze. |
| Data type | integer |
| Default value | 50 |
| Allowed values | 0-2147483647 |
| Parameter type | static |
| Documentation | autovacuum_analyze_threshold |
autovacuum_freeze_max_age
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Age at which to autovacuum a table to prevent transaction ID wraparound. |
| Data type | integer |
| Default value | 200000000 |
| Allowed values | 100000-2000000000 |
| Parameter type | static |
| Documentation | autovacuum_freeze_max_age |
autovacuum_max_workers
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Sets the maximum number of simultaneously running autovacuum worker processes. |
| Data type | integer |
| Default value | 3 |
| Allowed values | 1-262143 |
| Parameter type | static |
| Documentation | autovacuum_max_workers |
autovacuum_multixact_freeze_max_age
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Multixact age at which to autovacuum a table to prevent multixact wraparound. |
| Data type | integer |
| Default value | 400000000 |
| Allowed values | 10000-2000000000 |
| Parameter type | static |
| Documentation | autovacuum_multixact_freeze_max_age |
autovacuum_naptime
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Time to sleep between autovacuum runs. |
| Data type | integer |
| Default value | 60 |
| Allowed values | 1-2147483 |
| Parameter type | static |
| Documentation | autovacuum_naptime |
autovacuum_vacuum_cost_delay
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Vacuum cost delay in milliseconds, for autovacuum. |
| Data type | integer |
| Default value | 2 |
| Allowed values | -1-100 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_cost_delay |
autovacuum_vacuum_cost_limit
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Vacuum cost amount available before napping, for autovacuum. |
| Data type | integer |
| Default value | -1 |
| Allowed values | -1-10000 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_cost_limit |
autovacuum_vacuum_insert_scale_factor
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Number of tuple inserts prior to vacuum as a fraction of reltuples. |
| Data type | numeric |
| Default value | 0.2 |
| Allowed values | 0-100 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_insert_scale_factor |
autovacuum_vacuum_insert_threshold
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums. |
| Data type | integer |
| Default value | 1000 |
| Allowed values | -1-2147483647 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_insert_threshold |
autovacuum_vacuum_scale_factor
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Number of tuple updates or deletes prior to vacuum as a fraction of reltuples. |
| Data type | numeric |
| Default value | 0.2 |
| Allowed values | 0-100 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_scale_factor |
autovacuum_vacuum_threshold
| Attribute | Value |
|---|---|
| Category | Autovacuum |
| Description | Minimum number of tuple updates or deletes prior to vacuum. |
| Data type | integer |
| Default value | 50 |
| Allowed values | 0-2147483647 |
| Parameter type | static |
| Documentation | autovacuum_vacuum_threshold |