The problem is:
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 : https://docs.singlestore.com/db/v7.5/en/reference/configuration-reference/engine-variables/list-of-engine-variables.html , 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.
Thanks