Node Information
Less than 1 minuteAbout 57 words
Node Information
Tips
Only Enterprise Edition supports
CnosDB can view node information by using SQL SHOW VNODE
.
Syntax
SHOW VNODE
Displays all Vnode information for the current database.
public ❯ show vnode;
+----------+---------+-----------+--------------------+---------------+-------------+---------------------+---------------------+---------+
| VNODE_ID | NODE_ID | BUCKET_ID | REPLICATION_SET_ID | DATABASE_NAME | TENANT_NAME | START_TIME | END_TIME | STATUS |
+----------+---------+-----------+--------------------+---------------+-------------+---------------------+---------------------+---------+
| 3 | 1001 | 1 | 2 | usage_schema | cnosdb | 1671408000000000000 | 1702944000000000000 | Running |
+----------+---------+-----------+--------------------+---------------+-------------+---------------------+---------------------+---------+