VeloDB Cloud
SQL Manual
Statments
Data-Manipulation-Statements
Load
RESUME-SYNC-JOB

RESUME-SYNC-JOB

Name

RESUME SYNC JOB

Description

This statement is used to resume a resident data synchronization job whose current database has been suspended by job_name, and the job will continue to synchronize data from the latest position before the last suspension.

Syntax:

RESUME SYNC JOB [db.]job_name

Example

  1. Resume the data synchronization job named job_name

    RESUME SYNC JOB `job_name`;

Keywords

RESUME, SYNC, LOAD

Best Practice