forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2.7 KiB
2.7 KiB
Computing Node Group Function
pv_compute_pool_workload()
Description: Load status of a computing Node Group.
Return type: void
Example:
1 2 3 4 5 6 | SELECT * from pv_compute_pool_workload(); nodename | rpinuse | maxrp | nodestate -----------+---------+-------+----------- datanode1 | 0 | 1000 | normal datanode2 | 0 | 1000 | normal (2 rows) |
Parent topic: System Information Functions