SHOW-INDEX Name Description Example Keywords Best Practice SHOW-INDEX Name SHOW INDEX Description This statement is used to display information about indexes in a table....
DROP-FUNCTION Name Description Example Keywords Best Practice DROP-FUNCTION Name DROP FUNCTION Description Delete a custom function. Function names and parameter types a...
DROP-FUNCTION Name Description Example Keywords Best Practice DROP-FUNCTION Name DROP FUNCTION Description Delete a custom function. Function names and parameter types a...
RESUME-ROUTINE-LOAD Name Description Example Keywords Best Practice RESUME-ROUTINE-LOAD Name RESUME ROUTINE LOAD Description Used to restart a suspended Routine Load job...
SHOW-CREATE-TABLE Name Description Example Keywords Best Practice SHOW-CREATE-TABLE Name SHOW CREATE TABLE Description This statement is used to display the creation sta...
Best Practices for Operating HAWQ Best Practices Using the Command Line to Start/Stop HAWQ Cluster Members Guidelines for Cluster Expansion Best Practices for Monitoring a HAWQ S...
KILL Name Description Example Keywords Best Practice KILL Name KILL Description Each Doris connection runs in a separate thread. You can kill a thread with the KILL proc...
STOP-SYNC-JOB Name Description Example Keywords Best Practice STOP-SYNC-JOB Name STOP SYNC JOB Description 通过 job_name 停止一个数据库内非停止状态的常驻数据同步作业。 语法: STOP SYNC JOB [ db...
STOP-SYNC-JOB Name Description Example Keywords Best Practice STOP-SYNC-JOB Name STOP SYNC JOB Description 通过 job_name 停止一个数据库内非停止状态的常驻数据同步作业。 语法: STOP SYNC JOB [ db...
CREATE ROLE Name Description Example Keywords Best Practice CREATE ROLE Name CREATE ROLE Description 该语句用户创建一个角色 CREATE ROLE rol_name ; 该语句创建一个无权限的角色,可以后续通过 GRANT 命...