数据仓库服务 GAUSSDB(DWS)-gds_ctl.py:示例

时间:2024-04-18 16:25:02

示例

启动gds。

python3 gds_ctl.py start

停止由配置文件启动的gds。

python3 gds_ctl.py stop

停止所有当前用户有权限关闭的gds。

python3 gds_ctl.py stop all

停止当前用户有权限关闭的,由[ip:]port指定的gds。

python3 gds_ctl.py stop 127.0.0.1:8098

查询gds状态。

python3 gds_ctl.py status
support.huaweicloud.com/tg-dws/dws_07_0129.html