PQOOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V3.2.1</var>
</dl>
</dl>
==Description==
==Description==
<p>Whether Parallel Query Option/204 users have limited multiple-node update capability</p>
<p>Whether [[PQO:_Overview_of_Parallel_Query_Option/204|Parallel Query Option/204]] users have limited multiple-node update capability</p>
<p>This parameter enables PQO multiple-node updates, but only for the DELETE RECORDS and FILE RECORDS User Language statements. </p>
<p>This parameter enables PQO multiple-node updates, but only for the DELETE RECORDS and FILE RECORDS User Language statements. </p>
<p>Valid PQOOPT settings are:  </p>
<p>Valid PQOOPT settings are:  </p>

Latest revision as of 15:05, 16 March 2017

Parallel query options

Summary

Default value
0
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V3.2.1

Description

Whether Parallel Query Option/204 users have limited multiple-node update capability

This parameter enables PQO multiple-node updates, but only for the DELETE RECORDS and FILE RECORDS User Language statements.

Valid PQOOPT settings are:

SettingMeaning
0Only single-node updates are allowed.
1Multinode updates allowed with User Language statements DELETE RECORDS and FILE RECORDS.

If PQOOPT is set for single-node updates, DELETE RECORDS can be used in scattered group context only if one or both of the following is true:

  • All group members reside on the same node.
  • The set of records referenced by DELETE RECORDS was created with a statement using an IN GROUP MEMBER clause.

If PQOOPT is set for single-node updates, FILE RECORDS can be used in scattered group context only if all group members reside on the same node.