VeloDB Cloud
SQL Manual
Statments
Data-Manipulation-Statements
Load
RESUME-ROUTINE-LOAD

RESUME-ROUTINE-LOAD

Name

RESUME ROUTINE LOAD

Description

This statement is used to restart a suspended Routine Load job. The restarted job will continue to consume from the previously consumed offset.

RESUME [ALL] ROUTINE LOAD FOR job_name

Example

  1. Restart the routine import job named test1.

    RESUME ROUTINE LOAD FOR test1;
  2. Restart all routine import jobs.

    RESUME ALL ROUTINE LOAD;

Keywords

RESUME, ROUTINE, LOAD

Best Practice