Was this helpful?
iiwlm_queue Catalog
The iiwlm_queue table contains the list of configurations and the queues in them. Each row represents one queue.
Column Name
Type
Length
Nulls
Description
config
char
32
no
Configuration name that the queue entry will use
name
char
32
no
Name of queue
active_limit
integer
4
no
Maximum number of concurrent queries allowed
ratio
integer
4
no
Ratio number for the queue.
maxwait
integer
4
no
Maximum number of seconds a query can wait in the wait list before being awakened
priority
char
1
no
Priority of the queue:
C-Critical
H-High
M-Medium
L-Low
rw
char
1
no
Read/write setting for the queue:
R-Read
W-Write
Blank-Read-write
“default”
boolean
 
no
Whether the queue is the default queue for the configuration
Last modified date: 03/21/2024