drop blobspace to storagepool argument: Return space from an empty blobspace to the storage pool (SQL administration API)

Use the drop blobspace to storagepool argument with the admin() or task() function to return the space from an empty blobspace to the storage pool.

Syntax


1  EXECUTE FUNCTION
1 admin
1 task
2  (
2  " drop blobspace to storagepool "
2  , "blobspace"
2  ) ;
Element Description Key Considerations
blobspace The name of the empty blobspace.

Example

The following command drops an empty blobspace named blob2 and adds all of the freed space to the storage pool.

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