首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >更改主前端MariaDB ColumnStore模块

更改主前端MariaDB ColumnStore模块
EN

Stack Overflow用户
提问于 2017-05-31 19:47:13
回答 1查看 133关注 0票数 0

在我的Mariadb列存储中,我有两个前端MariaDB Columnstore模块。现在,在系统状态下,我看到在um2上设置了主前端MariaDB ColumnStore模块。

是否可以将其更改为um1?如果是这样,我该怎么做呢?

Arjan Kroon

EN

回答 1

Stack Overflow用户

发布于 2018-01-19 05:01:09

例如,根据columnstore-1.1.2 code

代码语言:javascript
复制
cout << endl << "This command stops the processing of applications on the Primary User Module, which is where DDL/DML are performed";
if (confirmPrompt("If there is another module that can be changed to a new Primary User Module, this will be done"))

命令:

代码语言:javascript
复制
mcsadmin alterSystem-disableModule um2

应将主前端模块更改为um1。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44283941

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档