FREESPACE - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

The percentage of free space to remain on a cylinder after a loading operation completes. This specification does not immediately affect existing cylinders, but the new attribute value controls any new allocation of data blocks using this revised free space percentage.


For additional information, see “FREESPACE” in the CREATE TABLE section of Teradata Vantage™ - SQL Data Definition Language Detailed Topics , B035-1184 .

The FREESPACE setting you specify affects the following operations:
  • FastLoad data loads
  • MultiLoad data loads into unpopulated tables
  • Archive/Recovery RESTORE
  • Table Rebuild
  • System reconfiguration
  • Ferret PACKDISK
  • MiniCylPack

    If few cylinders are available, and storage space is limited, MiniCylPack may not be able to honor the specified FREESPACE value.

  • ALTER TABLE request that adds fallback protection to a table
  • CREATE INDEX request that defines or redefines a secondary index on a populated table
  • Creation of a fallback table during an INSERT … SELECT operation into an empty table that is defined with fallback.
  • Creation of a secondary index during an INSERT … SELECT operation into an empty table that is defined with a secondary index.
integer
Integer is a value from 0 through 75.
integer PERCENT
Optional keyword to indicate value is a percentage.