Purpose
This statement is used to drop a resource pool.
Notice
A resource pool that has been allocated to a tenant 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
