drop blobspace to storagepool 参数:从空 blobspace 归还空间到存储池(SQL 管理 API)

随同 admin()task() 函数,使用 drop blobspace to storagepool 参数来从空 blobspace 归还空间到存储池。

语法

元素 描述 关键考虑
blobspace 空 blobspace 的名称。  

示例

下列命令删除名为 blob2 的空 blobspace 并将所有释放的空间添加到存储池。

EXECUTE FUNCTION task("drop blobspace to storagepool", "blob2");