Skip to main content

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​

  • id : id of the warm-up job.

Example​

  1. View all warmup job

    SHOW WARM UP JOB;
  2. View one warmup job with id = 13418

    SHOW WARM UP JOB WHERE id = 13418;

References​

Keywords​

SHOW, CACHE, HOTSPOT, COMPUTE GROUP