Maximum = 8 million
In Extended Parallel Server, DS_MAX_QUERIES is the maximum number of memory-consuming queries that can run concurrently. A memory-consuming query is defined as a query with PDQ priority set to a high value. The Resource Grant Manager (RGM) enforces this limit.
The value of PDQPRIORITY is specified by the PDQPRIORITY configuration parameter, the PDQPRIORITY environment variable, or the SQL statement SET PDQPRIORITY.
To modify the DS_MAX_QUERIES parameter dynamically, use the onutil SET command. Example:
% onutil 1> SET DS_MAX_QUERIES 100;Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]