Description
You can execute the DROP RESOURCE POOL statement to delete a resource pool.
Syntax
DROP RESOURCE POOL poolname;
Parameters
| Parameter | Description |
|---|---|
| poolname | The name of the resource pool that you want to delete. |
Examples
- Delete resource pool pool1.
OceanBase(admin@test)> DROP RESOURCE POOL pool1;
Query OK, 0 rows affected (0.00 sec)