zettadb / Kunlun-XPanel

The fantastic tools used to manager
Apache License 2.0
3 stars 2 forks source link

Display and set vars #28

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 395 www.kunlunbase.com

component: DBA GUI | priority: major

2022-01-11 11:08:56: zhaowei@zettadb.com created the issue


Display and set global vars of computing nodes and session vars of storage nodes.

for each var display its NAME, DATA-TYPE, LOCATION(in computing or storage node), CURRENT VALUE and allow setting a NEW VALUE.

Connect to any computing node of a cluster to display all such vars,

and to set a var of computing node, connect to every computing node to execute the SET stmt.

to set a session var of storage nodes, connect to any computing node to execute the SET stmt.

jd-zhang commented 2 years ago

2022-04-06 17:14:03: @fangfang55