Below is a query to monitor the Node status in Vertica. a node in the DOWN state does not participate in any transactions committed after the time the node came down.
SELECT node_name, node_state FROM nodes ORDER BY 1;
Cheers!
Below is a query to monitor the Node status in Vertica. a node in the DOWN state does not participate in any transactions committed after the time the node came down.
SELECT node_name, node_state FROM nodes ORDER BY 1;
Cheers!
Leave a Reply