Skip to main content

PAUSE TABLE_SERVICE

Description

Pauses the specified Table Service if it's currently running.

Note that the SQL statement does not end with ;

Syntax

PAUSE TABLE_SERVICE 
LAKE = <string>
DATABASE = <string>
TABLE = <string>
SERVICE = { 'CLUSTER' | 'COMPACT' | 'CLEAN' | 'METASYNC' }

Examples

PAUSE TABLE_SERVICE 
LAKE = 'my_lake'
DATABASE = 'my_db'
TABLE = 'my_table'
SERVICE = 'CLUSTER'