You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/public_cloud/public_cloud_databases/postgresql_10_advanced_parameters_references/guide.de-de.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu
33
33
34
34
## Requirements
35
35
36
-
- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account
37
-
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement)
38
-
- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or to the [OVHcloud API](https://api.ovh.com/console/)
36
+
- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account.
37
+
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement).
38
+
- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api).
39
39
40
40
## Instructions
41
41
@@ -54,21 +54,21 @@ Please refer to this [guide](/pages/public_cloud/public_cloud_databases/database
54
54
55
55
### Advanced parameters for PostgreSQL
56
56
57
-
Below you can find a summary of every configuration option available for PostgreSQL service:
57
+
Below you can find a summary of every configuration option available for a PostgreSQL service:
58
58
59
59
#### General parameters
60
60
61
61
| Parameters |
62
62
|------------|
63
63
|**pg.autovacuum_analyze_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
64
-
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.<br>|
64
+
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any table. The default is `50`.<br>|
65
65
|**pg.autovacuum_freeze_max_age**`long`<br>min: `200000000` max: `1500000000`<br>Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.<br>|
66
-
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.<br>|
66
+
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any time. The default is `3`. Changing this parameter causes a service restart.<br>|
67
67
|**pg.autovacuum_naptime**`long`<br>min: `1` max: `86400`<br>Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.<br>|
68
68
|**pg.autovacuum_vacuum_cost_delay**`long`<br>min: `-1` max: `100`<br>Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).<br>|
69
69
|**pg.autovacuum_vacuum_cost_limit**`long`<br>min: `-1` max: `10000`<br>Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).<br>|
70
70
|**pg.autovacuum_vacuum_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
71
-
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.<br>|
71
+
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any table. The default is `50`.<br>|
72
72
|**pg.bgwriter_delay**`long`<br>min: `10` max: `10000`<br>Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`.<br>|
73
73
|**pg.bgwriter_flush_after**`long`<br>min: `0` max: `2048`<br>Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`.<br>|
74
74
|**pg.bgwriter_lru_maxpages**`long`<br>min: `0` max: `1073741823`<br>In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`.<br>|
@@ -128,6 +128,6 @@ Below you can find a summary of every configuration option available for Postgre
128
128
129
129
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our databases services.
130
130
131
-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.
131
+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
132
132
133
-
Join our community of users on <https://community.ovh.com/en/>.
Copy file name to clipboardExpand all lines: pages/public_cloud/public_cloud_databases/postgresql_10_advanced_parameters_references/guide.en-asia.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu
33
33
34
34
## Requirements
35
35
36
-
- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account
37
-
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement)
38
-
- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or to the [OVHcloud API](https://api.ovh.com/console/)
36
+
- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account.
37
+
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement).
38
+
- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api).
39
39
40
40
## Instructions
41
41
@@ -54,21 +54,21 @@ Please refer to this [guide](/pages/public_cloud/public_cloud_databases/database
54
54
55
55
### Advanced parameters for PostgreSQL
56
56
57
-
Below you can find a summary of every configuration option available for PostgreSQL service:
57
+
Below you can find a summary of every configuration option available for a PostgreSQL service:
58
58
59
59
#### General parameters
60
60
61
61
| Parameters |
62
62
|------------|
63
63
|**pg.autovacuum_analyze_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
64
-
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.<br>|
64
+
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any table. The default is `50`.<br>|
65
65
|**pg.autovacuum_freeze_max_age**`long`<br>min: `200000000` max: `1500000000`<br>Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.<br>|
66
-
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.<br>|
66
+
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any time. The default is `3`. Changing this parameter causes a service restart.<br>|
67
67
|**pg.autovacuum_naptime**`long`<br>min: `1` max: `86400`<br>Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.<br>|
68
68
|**pg.autovacuum_vacuum_cost_delay**`long`<br>min: `-1` max: `100`<br>Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).<br>|
69
69
|**pg.autovacuum_vacuum_cost_limit**`long`<br>min: `-1` max: `10000`<br>Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).<br>|
70
70
|**pg.autovacuum_vacuum_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
71
-
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.<br>|
71
+
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any table. The default is `50`.<br>|
72
72
|**pg.bgwriter_delay**`long`<br>min: `10` max: `10000`<br>Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`.<br>|
73
73
|**pg.bgwriter_flush_after**`long`<br>min: `0` max: `2048`<br>Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`.<br>|
74
74
|**pg.bgwriter_lru_maxpages**`long`<br>min: `0` max: `1073741823`<br>In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`.<br>|
@@ -128,6 +128,6 @@ Below you can find a summary of every configuration option available for Postgre
128
128
129
129
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our databases services.
130
130
131
-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.
131
+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
132
132
133
-
Join our community of users on <https://community.ovh.com/en/>.
Copy file name to clipboardExpand all lines: pages/public_cloud/public_cloud_databases/postgresql_10_advanced_parameters_references/guide.en-au.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu
33
33
34
34
## Requirements
35
35
36
-
- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account
37
-
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement)
38
-
- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or to the [OVHcloud API](https://api.ovh.com/console/)
36
+
- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account.
37
+
- A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement).
38
+
- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api).
39
39
40
40
## Instructions
41
41
@@ -54,21 +54,21 @@ Please refer to this [guide](/pages/public_cloud/public_cloud_databases/database
54
54
55
55
### Advanced parameters for PostgreSQL
56
56
57
-
Below you can find a summary of every configuration option available for PostgreSQL service:
57
+
Below you can find a summary of every configuration option available for a PostgreSQL service:
58
58
59
59
#### General parameters
60
60
61
61
| Parameters |
62
62
|------------|
63
63
|**pg.autovacuum_analyze_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
64
-
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is `50`.<br>|
64
+
|**pg.autovacuum_analyze_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any table. The default is `50`.<br>|
65
65
|**pg.autovacuum_freeze_max_age**`long`<br>min: `200000000` max: `1500000000`<br>Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.<br>|
66
-
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is `3`. Changing this parameter causes a service restart.<br>|
66
+
|**pg.autovacuum_max_workers**`long`<br>min: `1` max: `20`<br>Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any time. The default is `3`. Changing this parameter causes a service restart.<br>|
67
67
|**pg.autovacuum_naptime**`long`<br>min: `1` max: `86400`<br>Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.<br>|
68
68
|**pg.autovacuum_vacuum_cost_delay**`long`<br>min: `-1` max: `100`<br>Specifies the cost delay value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_delay value will be used. The default is `2` (upstream default).<br>|
69
69
|**pg.autovacuum_vacuum_cost_limit**`long`<br>min: `-1` max: `10000`<br>Specifies the cost limit value that will be used in automatic VACUUM operations. If `-1` is specified, the regular vacuum_cost_limit value will be used. The default is `-1` (upstream default).<br>|
70
70
|**pg.autovacuum_vacuum_scale_factor**`double`<br>min: `0` max: `1`<br>Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM (e.g. `0.2` for 20% of the table size). The default is `0.2`.<br>|
71
-
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is `50`.<br>|
71
+
|**pg.autovacuum_vacuum_threshold**`long`<br>min: `0` max: `2147483647`<br>Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any table. The default is `50`.<br>|
72
72
|**pg.bgwriter_delay**`long`<br>min: `10` max: `10000`<br>Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`.<br>|
73
73
|**pg.bgwriter_flush_after**`long`<br>min: `0` max: `2048`<br>Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes. Setting of 0 disables forced writeback. The default is `512`.<br>|
74
74
|**pg.bgwriter_lru_maxpages**`long`<br>min: `0` max: `1073741823`<br>In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. The default is `100`.<br>|
@@ -128,6 +128,6 @@ Below you can find a summary of every configuration option available for Postgre
128
128
129
129
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our databases services.
130
130
131
-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.
131
+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
132
132
133
-
Join our community of users on <https://community.ovh.com/en/>.
0 commit comments