Purpose
You can use this statement to drop a resource pool.
Notice
Resource pools that are allocated to tenants cannot be dropped.
Syntax
DROP RESOURCE POOL pool_name;
Parameters
| Parameter | Description |
|---|---|
| pool_name | The name of the resource pool to be dropped. |
Examples
Drop the resource pool pool1.
obclient> DROP RESOURCE POOL pool1;
Query OK, 0 rows affected