DS_MAX_QUERIES is the maximum number of PDQ queries that can run concurrently. The Memory Grant Manager (MGM) reserves memory for a query based on the following formula:
memory_reserved = DS_TOTAL_MEMORY * (PDQ-priority / 100) * (MAX_PDQPRIORITY / 100)
The value of PDQPRIORITY is specified in either the PDQPRIORITY environment variable or the SQL statement SET PDQPRIORITY.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]