0

在我的 Mariadb 列存储中,我有两个前端 MariaDB 列存储模块。现在在 de systemstatus 中,我看到主前端 MariaDB 列存储模块设置在 um2 上。

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

阿扬·克鲁恩

4

1 回答 1

0

根据例如columnstore-1.1.2 代码

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"))

命令:

mcsadmin alterSystem-disableModule um2

应将 Primary Front-End 模块更改为 um1。

于 2018-01-18T21:01:09.397 回答