RELEASE
Note
SDK methods: releaseCollection, releasePartitions.
RELEASE TABLE table_name [PARTITION partition_name];
/*+ sync=false */ RELEASE TABLE table_name;
Releases the collection or partition from memory without deleting its entities. By default, waits for NotLoad; sync=false submits the request without waiting. Returns update count 0.