Maximizing OLTP throughput for queries
At times, you might want to allocate resources to maximize the throughput for individual OLTP queries rather than for decision-support queries.
In this case, set MAX_ PDQPRIORITY to 0
, which
limits the value of PDQ priority to OFF
. A PDQ priority
value of OFF
does not prevent decision-support queries
from running. Instead, it causes the queries to run without parallelization.
In this configuration, response times for decision-support queries
might be slow.