package
22.1.0-beta.3.x+incompatible
Repository: https://github.com/cockroachdb/cockroachdb-parser.git
Documentation: pkg.go.dev

# 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.