Describe the problem you’re experiencing?
I had to increase the maximum_table_memory value, and had to execute a sdb-admin describe-node xxx --property config on each node to get an overview of the settings.
What is your ideal solution? What are you looking for?
I would like to get a overview of the cluster configuration and nodes config overwrites in the Studio, along with a one-line explaination of every property.
Do you want a unified listing of config file contents on all nodes?
I think you are asking for the equivalent of the output of sdb-admin describe-node --all --property config
in Studio, plus descriptions of the properties on each line.
It takes quite a lot of time to understand all the ins and outs of Singlestore, to properly manage the disks utilization, the memory, the logs, the snapshots, the partitions etc…
The cluster settings can be set via memsql.cnf, via sdb-admin CLI, via SQL “SET CLUSTER / SET GLOBAL”… globally or per node.
I would like to have a new menu “Cluster settings” in the Studio, below “Databases”, that lists all the engine variable like this : List of Engine Variables · SingleStore Documentation , with a description, their actual value per node, and if possible being able to update them directly without writting an SQL query.
This way, I can learn about the settings, check and update their values in a single place, without going back and forth with the documentation, the memsql.cnf and SQL queries.