Skip to main content

SHOW CLUSTERS

Use the SHOW CLUSTERS command to show the details of your RisingWave cluster, including the address of the cluster, its state, the parallel units it is using, and whether it's streaming data, serving data or unschedulable.

Syntax

SHOW CLUSTERS;

Example

SHOW CLUSTERS;
------RESULT
Addr | State | Parallel Units | Is Streaming | Is Serving | Is Unschedulable
----------------+---------+------------------------+--------------+------------+------------------
127.0.0.1:5688 | RUNNING | 3000, 3001, 3002, 3003 | true | true | false
(1 row)

Help us make this doc better!

Was this page helpful?

Happy React is loading...