PERMANENT, SPOOL, and TEMPORARY Space | CREATE USER | Teradata Vantage - PERMANENT, SPOOL, and TEMPORARY Space - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

You can define the maximum amount of disk space available for various purposes for any Teradata user.

If necessary, the system changes the defined PERMANENT, SPOOL, or TEMPORARY disk space limits to the highest multiple of the number of AMPs on the system less than or equal to the requested space, as outlined by the following table:

IF you do not define this type of space for the user … THEN the system-assigned space is the largest value that meets both of the following criteria …
SPOOL
  • is a multiple of the number of AMPS on the system.
  • is not greater than the SPOOL space for the owner.
TEMPORARY
  • is a multiple of the number of AMPs on the system.
  • is not greater than the TEMPORARY space for the owner.

You should limit the amount of SPOOL space assigned to users to a level that is appropriate for the workloads undertaken by each user. While some users require more spool space than others, you should minimize the allotment of spool for any user to a size that is large enough to permit result sets to be handled and space management routines such as MiniCylPack to run when disk space becomes low, but small enough to force spool overflow errors when runaway queries resulting from Cartesian products and other common SQL coding errors occur.

See Teradata Vantage™ - Database Design, B035-1094 and Teradata Vantage™ - Database Administration, B035-1093 for more information about user space.