sql_throttle_priority

2023-10-24 09:23:03  Updated

sql_throttle_priority specifies the throttling priority. Traffic is throttled only for requests submitted by a session whose sql_throttle_current_priority value is less than the value of sql_throttle_priority.

Attribute Description
Type int
Default value -1
Value range This variable has no value range and is subject to the value of sql_throttle_current_priority.
Applicable scope Global

Note
If the priority of a query is lower than this value, the query may not be executed.

Contact Us