FREESPACE - Teradata Vantage - Analytics Database

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-22
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
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 CREATE TABLE in 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
  • 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.