SHOW WARM UP JOB
Descriptionβ
The commands are used to display warm-up jobs in Doris.
Syntaxβ
SHOW WARM UP JOB [ WHERE id = 'id' ] ;
Parametersβ
Parameter Name | Description |
---|---|
id | The ID of the warm-up job |
Examplesβ
- View all warm-up jobs:
SHOW WARM UP JOB;
- View the warm-up job with ID 13418:
SHOW WARM UP JOB WHERE id = 13418;