Skip to main content

DESCRIBE TABLE_SERVICE

Description

Show the configurations and details for a specified Table Service.

Note that the SQL statement does not end with ;

Syntax

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

Examples

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