VeloDB Cloud 26.x·Apache Doris 4.x (≤ 4.0 supported)·"Since X.Y" tags refer to Doris versionsversion mapping →
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;