# Constants
BulkNormalPri is bulk priority work from bulk jobs, which could be run due to user submissions or be automatic.
HighPri is high priority work.
LockingPri is for transactions that are acquiring locks.
LowPri is low priority work.
NormalPri is normal priority work.
OneAboveHighPri is one priority level above the highest priority.
TTLLowPri is low priority work from TTL internal submissions.
UserHighPri is high priority work from user submissions (SQL).
UserLowPri is low priority work from user submissions (SQL).
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
IOThreshold wraps the raw signals that IO admission control utilizes to determine when to introduce queueing.
# Type aliases
WorkPriority represents the priority of work.