create-alter-user-temp-space-cap.md
Sets how much temporary file storage is available for user requests, one of the following:
-
NONE
(default): No limit -
String value that specifies the storage limit, one of the following:
-
int
%
expresses the maximum as a percentage of total temporary storage available to the Resource Manager, whereint
is an integer value between 0 and 100. For example:TEMPSPACECAP '40%'
-
int
{K|M|G|T}
expresses storage allocation in kilobytes, megabytes, gigabytes, or terabytes. For example:TEMPSPACECAP '10G'
-