Home | Previous Page | Next Page   Tuning Database Server Performance > Managing Resource Use for Specific Sessions >

Overriding PDQPRIORITY Settings

The PDQPRIORITY setting determines how much of the amount of the memory set aside for DSS queries an individual query requests. For information about how the database server uses PDQPRIORITY to manage memory allocation for queries, see How the RGM Grants Memory.

Tip:
You can bypass the PDQPRIORITY setting entirely, and allow the database server to allocate an amount of memory that is appropriate for each query. To determine the amount of memory to allocate, the optimizer analyses the query SQL statements and the data distribution statistics for the tables that the query accesses. For automatic memory allocation, however, current statistics are critically important. For information, see Enabling Optimizer-Determined Memory Allocation.

Although you can set PDQPRIORITY as a global configuration parameter, client applications or users can override the global PDQPRIORITY setting in the following ways:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]