show columns | column_name | TABLE | table_name,column_name | show the columns of all the tables in the database |
show constraints | table_name | TABLE | table_name | show all the constraints in the database |
show database metrics | metric_name | DEVICE | metric_name | shows all the database metrics and their values |
show device metrics | metric_name | DEVICE | metric_name,device_id | show all the devices metrics and their values |
show devices | device_id | -- | device_id | show all the devices of the database |
show index devices | device_id | INDEX | device_id | show all the devices of a specific index |
show indexes | index_name | TABLE | table_name,index_name | show all the indexes in the database |
show metric description | metric_name | -- | metric_name | show all the database metrics and their description |
show module metrics | metric_name | -- | metric_name,module_id | show all the modules metrics and their values |
show modules | Module_role | -- | Module_role,node_name | show all the modules in the cluster |
show nodes | node_name | -- | node_name | show all the nodes in the cluster |
show system views | view_name | -- | view_name | show this view |
show table devices | device_id | TABLE | device_id | show the devices of a specific table |
show tables | table_name | -- | table_name | show all the tables in the database |
show transactions | null | -- | start_time | show all the active transactions in the database |
show users | user_name | -- | user_name | show all the users in the database |