From e85b0097c56fe600151d5d1ca905117a985c3fd3 Mon Sep 17 00:00:00 2001 From: Lisa Owen Date: Wed, 25 Jan 2017 10:39:14 -0800 Subject: [PATCH] HAWQ-1293 - identify/tag deprecated gucs --- markdown/query/query-profiling.html.md.erb | 5 ++--- markdown/reference/guc/parameter_definitions.html.md.erb | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/markdown/query/query-profiling.html.md.erb b/markdown/query/query-profiling.html.md.erb index ea20e0a..c2814b5 100644 --- a/markdown/query/query-profiling.html.md.erb +++ b/markdown/query/query-profiling.html.md.erb @@ -88,8 +88,7 @@ The estimated startup cost for this plan is `00.00` (no cost) and a total cost o Work_mem wanted: 90K bytes avg, 90K byes max (seg0) to lessen workfile I/O affecting 2 workers. ``` -**Note** -The *work\_mem* property is not configurable. Use resource queues to manage memory use. For more information on resource queues, see [Configuring Resource Management](../resourcemgmt/ConfigureResourceManagement.html) and [Working with Hierarchical Resource Queues](../resourcemgmt/ResourceQueues.html). +**Warning**: The `work_mem` server configuration parameter is deprecated and will be removed in a future HAWQ release. Use resource queues to manage memory use. For more information on resource queues, see [Configuring Resource Management](../resourcemgmt/ConfigureResourceManagement.html) and [Working with Hierarchical Resource Queues](../resourcemgmt/ResourceQueues.html). - The time (in milliseconds) in which the segment that produced the most rows retrieved the first row, and the time taken for that segment to retrieve all rows. The result may omit *<time> to first row* if it is the same as the *<time> to end*. @@ -143,7 +142,7 @@ If a query performs poorly, examine its query plan and ask the following questio `Work_mem used: 23430K bytes avg, 23430K bytes max (seg0). Work_mem wanted: 33649K bytes avg, 33649K bytes max (seg0) to lessen workfile I/O affecting 2 workers.` - The "bytes wanted" message from `EXPLAIN ANALYZE` is based on the amount of data written to work files and is not exact. The minimum `work_mem` needed can differ from the suggested value. + The "bytes wanted" message from `EXPLAIN ANALYZE` is based on the amount of data written to work files and is not exact. The minimum `work_mem` needed can differ from the suggested value. ## Generating EXPLAIN Plan from a PL/pgSQL Function diff --git a/markdown/reference/guc/parameter_definitions.html.md.erb b/markdown/reference/guc/parameter_definitions.html.md.erb index 1420793..c2cc863 100644 --- a/markdown/reference/guc/parameter_definitions.html.md.erb +++ b/markdown/reference/guc/parameter_definitions.html.md.erb @@ -1420,10 +1420,12 @@ Sets the amount of data per-peer to be queued by the UDP interconnect on receive ## gp\_interconnect\_setup\_timeout -When the interconnect type is UDP, the time to wait for the Interconnect to complete setup before it times out. +When the interconnect type is UDP, the time to wait for the Interconnect to complete setup before it times out. This parameter is used only when [gp\_interconnect\_type](#gp_interconnect_type) is set to UDP. +**Warning**: The `gp_interconnect_setup_timeout` server configuration parameter is deprecated and will be removed in a future HAWQ release. + | Value Range | Default | Set Classifications | |---------------------------------------------|---------|-------------------------| | Any valid time expression (number and unit) | 2 hours | master, session, reload |