Изменить основной интерфейсный модуль MariaDB ColumnStore

В моем хранилище колонок Mariadb у меня есть два внешних модуля ColumnStore MariaDB. Теперь в системном статусе я вижу, что основной интерфейсный модуль MariaDB ColumnStore установлен на um2.

Можно ли изменить это на um1? Если да, то как я могу это сделать?

Арьян Крун


person arjan kroon    schedule 31.05.2017    source источник


Ответы (1)


Согласно напр. 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

следует изменить основной интерфейсный модуль на um1.

person SashaV    schedule 18.01.2018