> ## Documentation Index
> Fetch the complete documentation index at: https://docs.regatta.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# SHOW NODES

Contains information about the nodes which participate in the cluster.

The output is ordered by the `node_name` column.

The following table lists the output’s columns:

| Column name      | Data type      | Description                                                          |
| :--------------- | :------------- | :------------------------------------------------------------------- |
| NODE\_NAME       | `VARCHAR(8)`   | The identifier of the node. This is the filter column.               |
| RAM\_SIZE        | `BIGINT`       | The memory size in bytes                                             |
| NUMBER\_OF\_CPUS | `INT`          | The number of logical CPU in the node                                |
| CPU\_TYPE        | `VARCHAR(20)`  | The CPU type                                                         |
| CPU\_MODEL       | `VARCHAR(20)`  | The CPU model                                                        |
| IP\_ADDRESS      | `VARCHAR(200)` | Node’s IP (list of IPs separated by comma if there are more than 1). |
