📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

SHOW WORKLOAD GROUPS



Returns a list of all existing workload groups along with their quotas.

Syntax

SHOW WORKLOAD GROUPS

Examples

SHOW WORKLOAD GROUPS ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │ name │ cpu_quota │ memory_quota │ query_timeout │ max_concurrency │ query_queued_timeout │ │ String │ String │ String │ String │ String │ String │ ├────────┼───────────┼──────────────┼───────────────┼─────────────────┼──────────────────────┤ │ test │ 30% │ │ 15s │ │ │ └────────────────────────────────────────────────────────────────────────────────────────────┘

Was this page helpful?